Skip to content

burning-gg/social-network-edu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social network

Social network with React, Redux, Redux-thunk, NodeJS, Express, MongoDB

Heroku link: https://sheltered-forest-35138.herokuapp.com/

To Start

Create a default.json file in config folder

{
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "jwtSecret": "secret"
}

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Client & Server from root

npm run dev

Open http://localhost:3000 to view it on the client side.

Open http://localhost:5000 to view it on the server side.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Social network on MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published