1.0.0 • Published 4 years ago

agrovent_api v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Instalation

  1. Install node dependencies:

    yarn
  2. Make production build

    yarn build
  3. Create database
    NODE_ENV=production node_modules/.bin/sequelize db:create 
  4. Run migrations
    NODE_ENV=production node_modules/.bin/sequelize db:migrate
  5. Run seeders
    NODE_ENV=production node_modules/.bin/sequelize db:seed:all
  6. Start server

    yarn serve