Skip to content

ac486/IS421

Repository files navigation

IS421

IS421

Pre Installation

You will need:

  • npm
  • bower
  • mysql database

Installation

After you have cloned the repo to your local directory

Run the following commands on terminal

npm install and bower install

  • Use the create_database.sql script to create the database

Create the following user account for the database to use:

  • username: user1
  • password: password

Post Installation

After everything is set up, you should be able to run node app.js

Sample login account:

  • username: urvesh
  • password: 123123

#Local DB Configurations

After pulling the repo, and updating your pool.js file if needed to your own login user/password

Run the following command so it does not push or pull this file in the future.

git update-index --assume-unchanged -- config/pool.js

Undo command git update-index --no-assume-unchanged -- config/pool.js