Iamdannyfc / Django-parking-lot-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-parking-lot-system

Problem Statement

A parking lot is an area where cars can be parked for a certain amount of time. A parking lot can have multiple floors with each floor having a different number of slots and each slot being suitable for different types of vehicles. For this problem, we have to design the next-generation parking lot system that can manage a parking lot without any human intervention

Requirements

Create a django api app for the parking lot system with the following requirements.

Features

  • Manage multiple parking lots.
  • Each parking lot can have multiple floors.
  • Each floor can have multiple parking slots.
  • Track vehicles parked in each slot.
  • This Django project was an upgrade of the python application described here, it is an upgrade asked to be done at The Internship using Django app and drf.

Postman

View the postman documentation here

UML Diagrams

For the ERD Diagram Use this link to view

For the Sequence Diagram Use this link.

For the Activity Diagram Use this link.

About


Languages

Language:Python 100.0%