/SocialU

MERN Stack application Social Network Using Reactjs Redux as the Frontend and Nodejs Expressjs as the backend

Primary LanguageJavaScript

SocialU

MERN Stack application Social Network Using Reactjs Redux as the Frontend and Expressjs MongoDB as the backend

alt text

Getting Started

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.

Prerequisites

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 +

Installing

A step by step series of examples that tell you how to get a development env running

Install the Frontend

cd SocialU/client

npm i

Installing the Backend

cd SocialU

npm i

Built With

  • [Reactjs] The UI Library used
  • [Redux] - State Management
  • [Nodejs Expressjs] - The backend of the application
  • [MongoDB] - NOsql database and ORM mongoose

Contributing

Send a pull request to enhance my project more

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Stackoverflow Community for helping out when stuck somewhere