-
Notifications
You must be signed in to change notification settings - Fork 0
INSTALL AND RUN
KT edited this page Jun 26, 2018
·
13 revisions
- Clone
https://github.com/karantyagi/job-portal - Go to the cloned repository and run
npm install - Run
ng serve
- Clone
https://github.com/karantyagi/job-portal-node-server - Go to the cloned repository and run
npm install - Connect to mongodb sever running locally. (
mongodb://127.0.0.1:27017) - Run
node server.js
Create admin
- In mongo shell, create
usercollection
db.createCollection('user')