Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 556 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 556 Bytes

Scheduling

start app

note: install npm (node package manager) and node on your machine and install mysql for database

To start app follow these steps

  1. open terminal and execute this command: npm install
  2. execute npm i -g sequelize-cli
  3. check config/config.json to configuration database. If it is necessary change username and password
  4. execute sequelize db:create to create database
  5. execute sequelize db:migrate to create tables
  6. execute this command: npm start
  7. open your browser and go to http://localhost:4000