Files
talks-site/backend
2025-06-14 11:32:56 -04:00
..
2025-06-14 10:03:42 -04:00
2025-06-14 10:03:42 -04:00
2025-06-04 21:43:39 -04:00
2025-06-04 21:43:39 -04:00
2025-05-30 18:49:40 -04:00
2025-06-04 21:43:39 -04:00
2025-06-14 10:03:42 -04:00
2025-06-14 11:32:56 -04:00
2025-06-14 08:00:38 -04:00

Server

The server is built using FastAPI on port 8000.

If you are running locally you can view all the apis by navigating to localhost:8000/docs

This project uses sqlalchemy and alembic to access and manage the database which is a postgresql instance that is also created during the docker compose step.

I would suggest using docker compose for all testing as that is what I will do, running the server in isolation may have bugs so be cautious.