Django taxi service project for managing drivers, cars and manufacturers.
Taxi service deployed to Heroku(https://best-taxi-service-ever.herokuapp.com/)
username: test_user password: test12345
Python 3 must be already installed
git clone https://github.com/vasylhnatiuk/taxi-service
cd taxi-service
python -m venv venv
venv/scripts/activate
pip install -r requirements.txt
python manage.py runserver
Authentication functionality for User(Driver)
Managing drivers, cars, manufacturers
Powerful admin panel for managing