uwbaddev / baddie-match

Web app to track our badminton matches
2 stars 2 forks source link

Dockerize #42

Closed ivanccheng closed 1 year ago

ivanccheng commented 1 year ago

Summary: Production uses Docker images, local dev env uses docker-compose. Heroku automatically deploys main, can be overridden temporarily by another branch for testing purposes.

Devops:

To fire-up dev env: docker-compose -f docker-dev.yml up -d Then once working, go into terminal for backend and execute the createTables script and get_prod_data if you wish to get some data on your local dev env.

Front-end:

Backend: