Helps you with:
- Tracking your attendance
- Picking lessons in a way that they don't conflict and you like
We've picked an unpopular language(PHP) to write this solution, now it is time we correct that wrong. This repo aims to re-write the backend for Kucukdev in FastAPI.
Kucukdev is online and here the aim is to replicate the behaviour for the back-end.
- Install
Docker,Docker Composeandnpm docker-compose buildto build the backend and frontenddocker-compose up -dto start the Kucukdev API- Go to
http://localhost:8000/docsto see the swagger UI docker-compose downto down it
Use auto-formatting and use Black for it.
To run:
docker-compose -f docker-compose.test.yaml up --build
To down with cleaning the database:
docker-compose -f docker-compose.test.yaml down -v