zing-rsa / mern-social-frontend

Frontend for a sandbox social-media model to practice full stack application design. Implements MERN stack, and demonstrates functionality such as user authentication, sensitive data storage, profile management, user interactions and admin tools.
0 stars 0 forks source link
react social-network

Mern-social-frontend

Mern Social is a code project that aims to simulate a social media similar to Twitter, where users can create accounts, log in, and post short messages + media to share with others. Users can also follow and unfollow each other, as well as like and reply to posts. The primary purpose of this project is to explore the JavaScript(MERN) ecosystem and improve my skills in React and API design. Thanks for checking it out.

Hosted here.

Debug

npm install

If running the backend locally:

If connecting to dev backend

Build

npm run build:prod

Contributing

  1. Branch dev
  2. use feature/ change/ defect/
  3. PR to dev

Back-end at: mern-social-backend