Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 873 Bytes

File metadata and controls

21 lines (16 loc) · 873 Bytes

CATI

Pre-requisites

A MySQL server running at localhost:3306.

Installation

  1. Download the repository git clone https://github.com/civky/Project.git
  2. Perform the rest of the commands inside the project folder cd Project
  3. Install npm modules: npm install
  4. Install bower npm install -g bower
  5. Install bower dependencies bower (used for front-end: Angular, bootstrap etc.)
  6. Edit Project/config.json with the schema, user and password for your MySQL database connection
  7. Start up the server: node app.js
  8. View in browser at http://localhost:3000

Project

Note: The set up of the project was made following this tutorial (With MySQL in stead of MongoDB)