Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.58 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.58 KB

Anonymous Sender

Netlify Status

This is a simple anonymous message sending application website. Not a direct clone but basic functionalities are implemented.

Demo User Credentials:
Email - demo@mail.com
Password - 12345678

Screenshots of the application

Home page

image Pages are responsive so change layout according to size.[Example for mobile devides]
image

Send a message to a someone on their shared link

image

Authentication page

image

Register as a new user

image

The project is structured in two separate folders the API and the frontend UI.

API

The API is hosted on Amazon Web Services. AWS ApiGateway was used and then the individual routes are AWS Lambda function integrations. The database used is from MongoDB Atlas & the details are stored inside a AWS Secrets Manager secret.

UI

It is a simple React application which interacts with the API using Axios library.