- Back end - NodeJS , Express
- Database - MongoDB
- Front end - ReactJS
-
Move into server folder Run
cd server
-
Install server node modules Run
npm install
-
Run API development server Run
node app.js
API Server will be running at port http://localhost:4000
-
Install node_modules Run
npm install
from project root -
Run UI development server Run
npm start
Open browser and visit http://localhost:3000/
- MongoDB ATLAS is used for database and connection is made using connection string
- node version = 6.11.5