1.0.0 • Published 5 years ago
agrovent_api v1.0.0
Instalation
Install node dependencies:
yarnMake production build
yarn build- Create database
NODE_ENV=production node_modules/.bin/sequelize db:create - Run migrations
NODE_ENV=production node_modules/.bin/sequelize db:migrate - Run seeders
NODE_ENV=production node_modules/.bin/sequelize db:seed:all Start server
yarn serve