To run this project, create a .env
file with the following fields:
DB= #Postgres database
DB_USERNAME= #Postgres username
DB_PASSWORD= #Postgres password
STRIPE_PUBLISHABLE= #Stripe publishable key
STRIPE_SECRET= #Stripe secret key
REACT_APP_STRIPE_PUBLISHABLE= #React Stripe key
Then run docker compose up