express-mongo-react-redux

Express, MongoDB, React and Redux Application

Stars
6

MongoDB, Express, React/Redux and Node (MERN)

Get Started

1. Requirements

2. Install and Start MongoDB

$ sudo service mongod start

3. Installation

On the command prompt run the following commands:

 $ git clone https://github.com/Bikranshu/express-mongo-react-redux.git
 $ cd express-mongo-react-redux
 $ cp .env.example .env (edit it with your secret key and database information)
 $ npm install
 $ npm start
 $ npm run watch (run on separate terminal window)
 $ npm run lint (run eslint on separate terminal window)

4. Usage

URL : http://localhost:3000

Add new user from signup page and login

5. Useful Link

Related Projects