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 Compose
andnpm
docker-compose build
to build the backend and frontenddocker-compose up -d
to start the Kucukdev API- Go to
http://localhost:8000/docs
to see the swagger UI docker-compose down
to 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