https://github.com/billy0402/django-playground
My Django playground with a bookstore website and APIs.
https://github.com/billy0402/django-playground
bootstrap5 django django-rest-framework playground python restful-api sqlite web
Last synced: about 2 months ago
JSON representation
My Django playground with a bookstore website and APIs.
- Host: GitHub
- URL: https://github.com/billy0402/django-playground
- Owner: billy0402
- Created: 2023-05-20T18:14:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T13:42:48.000Z (about 2 years ago)
- Last Synced: 2025-03-03T15:29:00.761Z (over 1 year ago)
- Topics: bootstrap5, django, django-rest-framework, playground, python, restful-api, sqlite, web
- Language: Python
- Homepage:
- Size: 480 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-playground
My Django playground with a bookstore website and APIs.
**Website**

**Website Administrator**

**API**

**API Document**

**Validation Email**

## environment
- [macOS 12.7.2](https://www.apple.com/tw/macos/monterey/)
- [Visual Studio Code 1.85.1](https://code.visualstudio.com/)
- [Python 3.11.7](https://www.python.org/)
- [Django 5.0.1](https://www.djangoproject.com/)
- [Django REST framework 3.14.0](https://www.django-rest-framework.org/)
## Lint
```shell
# 檢查排版
$ flake8 .
# 檢查型態
$ mypy .
```