- In terminal, type:
sudo docker-compose down && sudo docker rmi $(sudo docker images -q) && sudo docker volume rm $(sudo docker volume ls -q)
- Set the
force
value of db.sequelize.sync({force: false, logging: false }) to true. - Save changes.
- On the terminal, type:
sudo docker-compose up --build
. - Wait until all 3 services are up and running.
- Access
localhost:4000/swagger
by a browser.
- Access
localhost:8080
by a browser. - Input necesarry info and login.
- Check the
employee
||role
||emotion
table to verify.