demo: https://mern-social-platform-mini.herokuapp.com/
A MERN stack project on simple social media app with features like posting, following and messaging other users.
First install the dependencies using "npm install"
if you want to run it on development mode, run "npm run development"
if you want to run it on production mode , run 1) "npm run build" 2) "npm start"
Do not forget to run your mongodb client beforehand before starting the server.
To-do:-
- Refactor the code in chat interface and backend.
- Save the messages by encrypting them beforehand , currently it just saves the messages as it is.