A Simple CRUD Social Media Web App made using the MERN stack
- Follow / Unfollow users
- Like / Unlike posts
- Create / Edit / Delete posts
- Clone the repo, and you require nodejs to follow the following tips.
- Run
npm run setup
in the root of the repo to set up the client and the server. - Create a file called
.env
in the root and put these values in:- MONGODB_URI
- JWT_SECRET
- Run
npm run dev
in the root of the repo to start the server and the client.