NodeJS backend APIS for Social Media
- Friend request/add
- User management with JWT
- User posts and profile
- User chat
1- run npm install
2- Set config.env file in order to set mongoDB connection string and JWT secret
3- Run parcel build command line
4- Run npm run dev
5- Current implementation includes frontend for login/signup and chat
6- Backend APIS for the rest of the features, all tested on PostMan
7- Chat API is accessed via clicking on user profile
1- Implementation of front-end in React/Vue for all backend APIS