A social network for English learners.
This is a small social network build on MERN stack. it includes dictionary, user authentication, user profiles and community posts.
{
"mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
"jwtSecret": "secret"
}
npm install axios bcryptjs client config express express-validator gravatar jsonwebtoken mongoose normalize-url
cd client
npm install moment react react-dom react-moment react-redux react-router-dom react-scripts redux redux-devtools-extension redux-thunk uuid
npm install concurrently nodemon
npm run dev
cd client
npm run build
Check in browser on http://localhost:5000/
1.0.0