-
Git clone or download this repository
-
In command line or terminal run
npm i --save
ornpm install --save
-
In command line or terminal run
npm start
-
In another command line or terminal run
node server
The app will run on localhost
-
To run mongodb -
-
On Windows - run
mongod
service.<DRIVE>:\Program Files\MongoDB\Server\<MONGO_VERSION>\bin\mongod.exe
will run mongod service for local machine.
-
Restart node server with
-m
or--mongo
-