Skip to content

A MERN stack project on simple social media app with features like posting, following and messaging other users.

License

Notifications You must be signed in to change notification settings

ace2197/social-network

Repository files navigation

demo: https://mern-social-platform-mini.herokuapp.com/

social-network

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:-

  1. Refactor the code in chat interface and backend.
  2. Save the messages by encrypting them beforehand , currently it just saves the messages as it is.

About

A MERN stack project on simple social media app with features like posting, following and messaging other users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published