10 lines
462 B
Markdown
10 lines
462 B
Markdown
# 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.
|