Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 438 Bytes

Get the project Running

API Side

  1. Go into the folder in cmd : cd git-clone\api
  2. Run : npm install
  3. Go into the git-clone\api\config
  4. Copy the db.config.template.js and rename the copy with db.config.js
  5. Change the variables to the values that suits your mysql environment
  6. Run : npm start

Client side

  1. Go into the folder in cmd : cd git-clone\client
  2. Run : npm install
  3. Run : npm start