A web application with ability to reserve parking spaces and get parking usage statistics.
In addition, you may refer to our API Design, Feature List, UI Design and Lean Canvas.
Before running the application, please, install its prerequisites:
To run from the main
branch, follow the instructions below:
git clone https://github.com/rufusnufus/BTSParking.git
cd BTSParking
DOCKER_BUILDKIT=1 docker-compose up -d
The web app will be available at localhost. OpenAPI documentation for the API will be available at localhost:8000/docs.