https://github.com/andriest/rental
Django application API using django rest framework and swagger UI.
https://github.com/andriest/rental
django django-rest-framework drf-spectacular poetry-python python3
Last synced: about 1 month ago
JSON representation
Django application API using django rest framework and swagger UI.
- Host: GitHub
- URL: https://github.com/andriest/rental
- Owner: andriest
- Created: 2024-02-19T20:12:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T00:29:14.000Z (over 2 years ago)
- Last Synced: 2025-08-22T13:58:36.648Z (9 months ago)
- Topics: django, django-rest-framework, drf-spectacular, poetry-python, python3
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rental
## Esential Commands
```sh
# Helper available in Makefile
make db_reset # reset database
make build # packaging
# Rental service
poetry run steradian runserver [[HOST:]PORT] # start server at HOST:PORT
Poetry: https://python-poetry.org/
```