A MySQL server running at localhost:3306.
- Download the repository
git clone https://github.com/civky/Project.git - Perform the rest of the commands inside the project folder
cd Project - Install npm modules:
npm install - Install bower
npm install -g bower - Install bower dependencies
bower(used for front-end: Angular, bootstrap etc.) - Edit
Project/config.jsonwith the schema, user and password for your MySQL database connection - Start up the server:
node app.js - View in browser at http://localhost:3000
- Only functional code.
- Trello: https://trello.com/b/aOdbIIIk
Note: The set up of the project was made following this tutorial (With MySQL in stead of MongoDB)