Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.13 KB

prototype-2

NPM version Build Status Dependency Status

COMP204P Team 35. UCL Peach.

Installation

$ cd /path/to/dir
$ npm clone https://github.com/benjaminhadfield/prototype-2.git
$ npm install

###Database

You need to run a mysql database locally. Create a database named 'peach'. Set your database user name and password in "server/api/database.js". Then simply visit http://localhost:3000/api/init and the app will create the required tables. A Postman files containing all API calls is available in "Postman/Peach.postman_collection.json".

Development

Start the development server by running gulp dev.