MrZenW / ReactJS-Redux-ExpressJS-MongoDB-on-Node.JS-example

An example which uses " ReactJS and Redux and ExpressJS and MongoDB on Node.JS"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example which uses " ReactJS and Redux and ExpressJS and MongoDB on Node.JS"

HOW TO INSTALL

Using npm you can install the demo project very easy. Any problem please contact me at zenyes@gmailcom

Environment

Frist of all, you need to install Node.JS and NPMJS and MongoDB.

Install-steps

  1. Run the MongoDB server in port 27017
  2. Go to the project's root folder
  3. Run: npm install
  4. When npm finished the execution,build frond-end: npm run webpack
  5. Run the back-end server: npm run server . The back-end server will listen in port 2000

Notice

  1. If you want change the back-end mongodb client connect to another mongodb port you can modify the file mongodb.config.json in project-folder/service/config/
  2. If you want change the server to listen another port you can modify the file httpserver.config.json in project-folder/service/config/
  3. If there isn't folder project-folder/public please mkdir it.

About

An example which uses " ReactJS and Redux and ExpressJS and MongoDB on Node.JS"

License:MIT License


Languages

Language:JavaScript 98.5%Language:HTML 1.5%