Skip to content

hosein2rd/scheduling

Repository files navigation

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

About

This is scheduling app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published