Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 440 Bytes

File metadata and controls

25 lines (20 loc) · 440 Bytes

quesstionJS-RESTAPI

The REST API of our project.

Usage

Step 1: clone the repo

$ git clone https://github.com/COMP3111H-2015-Fall/questionJS-RESTAPI.git
$ cd questionJS-RESTAPI

Step 2: install the packages

$ npm install

Step 3: get the frontend code

$ git clone https://github.com/COMP3111H-2015-Fall/questionsJs.git public

Step 4: run the server

$ nodemon server.js