Skip to content

Django project for managing drivers and cars in Taxi Service

Notifications You must be signed in to change notification settings

vasylhnatiuk/taxi-service

Repository files navigation

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

About

Django project for managing drivers and cars in Taxi Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published