mytaxi
mytaxi copied to clipboard
🟢 MyTaxi MVP Task with Python and DjangoRestFrameWork
MyTaxi | Technical Interview
Sourcode and Resources for MyTaxi

Installation
- 1 - clone repo https://github.com/Muhammadali-Akbarov/mytaxi
- 2 - create a virtual environment and activate
-
pip3 install virtualenv
-
virtualenv venv
-
venv\Scripts\activate(windows) orsource venv/bin/activate(linux)
- 3 - cd into project "cd mytaxi"
- 4 -
pip3 install -r requirements.txt - 5 -
python3 manage.py runserver
Features
- Info about Drivers such as JSON
- Info about Clients such as JSON
- GET,PUT,DELETE methods
Completed with
- Django
- Database Design and Models with MySQL
- Building an API with Django REST Framework (DRF)
- Deployment
Methods GET & POST
Methods GET,POST & PUT
Methods GET,POST & PUT.