- Install Postgres(create db eflow_production)
- Install Redis
- Add
.env
file - yarn start / production
- redis-cli flushall
- yarn run dev-prepare / prod-prepare
/api/renewClasses
Simply run yarn test
and all your tests in the test/
directory will be run.
It uses Travis-CI and Coveralls.
$ npm install -g sequelize-cli
$ sequelize model:create --name TodoItem --attributes content:string,complete:boolean #Generate a model
For more information on all the things you can do with Sequelize CLI visit sequelize cli .
/usr/local/stow/node-v8.9.4-linux-x64/lib/node_modules/pm2/bin/pm2 start eflow-api --env production
\c eflow_production
UPDATE "Members" SET image='' WHERE id=;
Copyright (c) 2018
Licensed under the MIT license.