To start app follow these steps
- open terminal and execute this command:
npm install
- execute
npm i -g sequelize-cli
- check
config/config.json
to configuration database. If it is necessary change username and password - execute
sequelize db:create
to create database - execute
sequelize db:migrate
to create tables - execute this command:
npm start
- open your browser and go to
http://localhost:4000