An open API service indexing awesome lists of open source software.

https://github.com/ricardomrcruz/thebadcorner_docker


https://github.com/ricardomrcruz/thebadcorner_docker

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

to docker compose whole project:
docker-compose up --build

to run the backend dockerfile
command:
docker run -p 4001:4001 tgc-backend

to clearDB, you need to enter the backend container and run the command:
docker exec -it #containerID sh
and then:
npm run resetDB

to run the front_boilerplate
command:
docker run -p 3000:3000 tgc-frontend_boilerplate