You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
Barrett Falk edited this page Jan 29, 2024
·
9 revisions
Add .env file to the backend directory (note: file is attached, and needs to be renamed to .env)
Run the command docker-compose up. For development purposes, you'll likely just want to start the database and migrations containers via docker-compose, and start the backend using npm start (from within the backend directory).