Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 647 Bytes

File metadata and controls

18 lines (12 loc) · 647 Bytes

ZipAirline

ZipAirline is a test Project for an assessment.

Uses, Python 3.8, Django==3.2.7

This project contains one django-app called "calculator", and one API to accept sample airplane data from user. It calculates airplane per minute fuel consumption and total flying minutes based on provided requirements.

Repository also contains a sample postman collection to view API sample request & response.

To execute this project:

  • create a python 3.8 virtual environment
  • pip install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver

Code Coverage score is 91%