The API code is located in the /api directory.
Refer to /api/README.md for more details.
Located in the /frontend directory. Uses React and TypeScript.
There are two ways to run the app:
-
Using Docker
- Run
docker-compose up --buildin the root directory. Note: Depending on your Docker configureation, you may need to us:docker compose up --build. - API runs on
localhost:8000 - Frontend runs on
localhost:5173
- Run
-
Running services individually
- Instructions on running the API locally in
/api/README.md. - Instruction on running Frontend locally in
/frontend/README.md.
- Instructions on running the API locally in