- Created a Social Media Platform (Example like Redit / Medium) to interact with each other through Posts
- Can Publish a Post.
- View all Posts of all the user.
- Created a separate npm Package.
- Signup and Signin Features using jwt tokens
- Uses mysql as a database.
After clonning the project :
cd backend
npm i
cd frontend
npm i
cd common
npm i