Using Django and django-rest-framework
Written in StackEdit.
- Technologies
- Setup
- Usage
- API short overview
- Design Diagram
- Spoilers
- Python 🐍 - 3.9
- Django 📄 - 4.03
- djangorestframework 🧩 - 3.13.1
- Clone repository
- Create and activate env of choice
pip install -r requirements.txtcd AssetRentalAPI/AssetAPIpython3 manage.py migratepython3 manage.py runserver
hit 127.0.0.1:8000 to be redirected to the documentation
hit 127.0.0.1:8000/swagger to overview API's
api/v1/customer/- customer CRUDapi/v1/personnel/- personnel CRUDapi/v1/asset/- asset CRUDapi/v1/fleetrental/- CRUD of customer fleet rentalsapi/v1/trip/- CRUD of vehicle trips- more details in
api/v1/docs/
Please click the below diagram to view the interactive chart @ LucidCharts.com

