Social network with React, Redux, Redux-thunk, NodeJS, Express, MongoDB
Heroku link: https://sheltered-forest-35138.herokuapp.com/
{
"mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
"jwtSecret": "secret"
}
npm install
cd client
npm install
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.