Steps to run this project:
- Run
npm icommand - Setup database settings inside
ormconfig.jsonfile - Run
npm startcommand
- Build the containers
docker-compose build - Run container detach mode
docker-composer up -d - Enter in container
docker exec -it <container-id> bash - Run scriptSeed.sh
docker rmi -f $(docker images -a -q)