Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 456 Bytes

File metadata and controls

31 lines (28 loc) · 456 Bytes

This is a project for CS4783 course.

Configuration

server.js expects a .env file. create a file called ".env" that contains:
HTTP_LISTEN_PORT=8080 HTTPS_LISTEN_PORT=12036

Building

npm i
npm install --save cors
npm install --save body-parser
npm install mysql
npm i --global mocha
npm i --save-dev chai
npm install --save isomorphic-fetch

Running

npm run dev