Web application supports authentication, simulation of a simple taxi service.
Taxi-service project deploy to Heroku
Python 3.X must be already installed
git clone https://github.com/Abnormaltype/Taxi-Service.git
cd Taxi-Service
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 manage.py runserver
- Authentication functionality for Driver(User)
- Powerful admin panel for advanced managing
- Managing cars, drivers and manufacturers directly from website interface
- username: Username
- password: Admin12345
- Warning! please do not delete users!!!