Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 560 Bytes

File metadata and controls

7 lines (4 loc) · 560 Bytes

Social Media App

The app is available at https://mern-appl.web.app/

The app simulates a social media app, where a user can sign up or login, post pictures with captions, or view what other users have posted. The user can also edit or delete their posts.

This application is built using React for the frontend, Express and Node JS for the backend, and MongoDB for the database. The users' passwords are also kept secured using bcrypt, a Node JS library for password hashing. Tokens are also used in this app for authorization purposes to improve security.