Skip to content

Amitkumrsingh/LEAG

Repository files navigation

LEAG

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.

Live Demo

Quick Start 👇

Add a default.json file in config folder with the following

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

Install server dependencies

npm install axios bcryptjs client config express express-validator gravatar jsonwebtoken mongoose normalize-url

Install client dependencies

cd client

npm install moment react react-dom react-moment react-redux react-router-dom react-scripts redux redux-devtools-extension redux-thunk uuid

Install dev dependencies

npm install concurrently nodemon

Run both Express & React from root

npm run dev

Build for production

cd client
npm run build

Check in browser on http://localhost:5000/


App Info

Author

Amit kumar

Version

1.0.0

About

A social network for English learners.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published