This project is a MERN stack application that demonstrates the core features of a social media platform, allowing users to sign up, create posts,view post and manage their own posts (edit and delete).While the frontend provides basic functionality for user interaction, the primary focus has been on developing a secure and scalable backend infrastructure.
-
Clone it or download it
-
Install packages for both directory
frontend
&backend
# with npm
$ npm install
# or with yarn
$ yarn
- Create
.env
files and fill it by reference to.env.example
files - Start project for both directory
frontend
$ yarn dev
backend
$ yarn start