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

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.

Awesome Lists containing this project

README

          

# django-playground

My Django playground with a bookstore website and APIs.

**Website**
![Book List Page](/docs/images/django-template.png)

**Website Administrator**
![Administrator Home Page](/docs/images/django-admin.png)

**API**
![API Root](/docs/images/django-api.png)

**API Document**
![books APIs](/docs/images/api-docs.png)

**Validation Email**
![Validation Email](/docs/images/validation-email.png)

## 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 .
```