- Frontend is developed using Java and Kotlin
- Backend is developed using FastAPI (python)
- Go to the backend folder
cd backend
- Install all the requirments
pip install -r requirments.txt
- Run the server (default port: http://127.0.0.1:8000)
uvicorn main:app
The Project is Opensource. Feel free to use or modify the code.