An open API service indexing awesome lists of open source software.

https://github.com/apfirebolt/parking-lot-api-in-django

A parking lot API design and implementation in Python using Django Framework
https://github.com/apfirebolt/parking-lot-api-in-django

django django-framework django-rest-framework parking-lot python python3

Last synced: 7 months ago
JSON representation

A parking lot API design and implementation in Python using Django Framework

Awesome Lists containing this project

README

          

# parking-lot-api-in-django
A parking lot API design and implementation in Python using Django Framework

# Made Using

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![Django](https://img.shields.io/badge/django-%23092E20.svg?style=for-the-badge&logo=django&logoColor=white)
![DjangoREST](https://img.shields.io/badge/DJANGO-REST-ff1709?style=for-the-badge&logo=django&logoColor=white&color=ff1709&labelColor=gray)

# Overview

Designing a parking lot system is one of the most frequently asked questions in the system design for any major product based companies. In this repo, I implement my own version
of a parking design system in Django as an API using the Django rest framework package.

# Database Architecture

To be added later

# Class Diagram

To be added later