Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 715 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 715 Bytes

Taxi Service

Django taxi service project for managing drivers, cars and manufacturers.

Check it out!

Taxi service deployed to Heroku(https://best-taxi-service-ever.herokuapp.com/)

username: test_user password: test12345

Installation

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 

Features

Authentication functionality for User(Driver)

Managing drivers, cars, manufacturers

Powerful admin panel for managing

image