Api to handle jobs workers and customers relationships
You should have installed
- docker-compose
- node
- npm
- sequelize-cli
npm install
cp config.example.js config.js
cp db/config.example.js db/config.js
docker-compose up -d
sequelize db:migrate
sequelize db:seed:all
npm start
Go to http://localhost:3001/graphiql to test it