Skip to content

INSTALL AND RUN

KT edited this page Jun 26, 2018 · 13 revisions

Installation

Job Portal App

  1. Clone https://github.com/karantyagi/job-portal
  2. Go to the cloned repository and run npm install
  3. Run ng serve

Server

  1. Clone https://github.com/karantyagi/job-portal-node-server
  2. Go to the cloned repository and run npm install
  3. Connect to mongodb sever running locally. (mongodb://127.0.0.1:27017)
  4. Run node server.js

Databse

Create admin

  1. In mongo shell, create user collection

db.createCollection('user')

Clone this wiki locally