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

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.

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/
```