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
- Host: GitHub
- URL: https://github.com/apfirebolt/parking-lot-api-in-django
- Owner: Apfirebolt
- Created: 2022-08-22T08:44:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T11:44:45.000Z (about 3 years ago)
- Last Synced: 2025-01-21T00:49:03.516Z (9 months ago)
- Topics: django, django-framework, django-rest-framework, parking-lot, python, python3
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


# 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