Steps to run this project:
- Run
npm i
command - Setup database settings inside
ormconfig.json
file - Run
npm start
command
- 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)
docker rmi $(docker images -a -q)
docker system prune -a