Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coma64/kaffee-kasse-backend
The backend for a small site that keeps track of debts caused by immense coffee consumption
https://github.com/coma64/kaffee-kasse-backend
django django-rest-framework python
Last synced: 14 days ago
JSON representation
The backend for a small site that keeps track of debts caused by immense coffee consumption
- Host: GitHub
- URL: https://github.com/coma64/kaffee-kasse-backend
- Owner: coma64
- License: mit
- Created: 2021-04-29T08:45:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T18:04:26.000Z (about 1 year ago)
- Last Synced: 2024-11-07T11:38:11.746Z (2 months ago)
- Topics: django, django-rest-framework, python
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kaffee-kasse-backend
The backend for a small site that keeps track of debts caused by immense coffee consumption, using django and drf
[Corresponding frontend](https://github.com/coma64/kaffee-kasse-frontend)
## Todo
- Replace hard coded uris in tests with reverse() if possible
- Allow basic auth
- Put every model in its own app
- Cant update user password
- Pagination
- Purchases with different types of beverages
- Return nested relations with depth >1 or as int ids?
- Split up more into different apps
- See [this repo](https://github.com/Roger-Takeshita/Django_REST_Framework)
- Adding balance is not logged
- Better purchasing of high amounts