MERN Stack application Social Network Using Reactjs Redux as the Frontend and Expressjs MongoDB as the backend
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
You need to have create-react-app installed globally in your system and Mongodb 3.6 +
A step by step series of examples that tell you how to get a development env running
cd SocialU/client
npm i
cd SocialU
npm i
- [Reactjs] The UI Library used
- [Redux] - State Management
- [Nodejs Expressjs] - The backend of the application
- [MongoDB] - NOsql database and ORM mongoose
Send a pull request to enhance my project more
- Prateek Madaan - Initial work - prateek951
This project is licensed under the MIT License - see the LICENSE.md file for details
- Stackoverflow Community for helping out when stuck somewhere