https://github.com/ttrzcinski/djangorestonlyget
Simple D20 rollers with list of rolls to check REST API with GET on stack of Django 4.2 + Python 3.9 + Pip 24 + SQLite3.
https://github.com/ttrzcinski/djangorestonlyget
django django-rest-framework flake8 get github-actions python python-3 python3 rest rest-api restful-api sqlite sqlite3 vercel vercel-serverless
Last synced: 4 months ago
JSON representation
Simple D20 rollers with list of rolls to check REST API with GET on stack of Django 4.2 + Python 3.9 + Pip 24 + SQLite3.
- Host: GitHub
- URL: https://github.com/ttrzcinski/djangorestonlyget
- Owner: ttrzcinski
- License: apache-2.0
- Created: 2024-12-17T16:52:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T19:53:10.000Z (over 1 year ago)
- Last Synced: 2025-02-14T06:35:42.137Z (over 1 year ago)
- Topics: django, django-rest-framework, flake8, get, github-actions, python, python-3, python3, rest, rest-api, restful-api, sqlite, sqlite3, vercel, vercel-serverless
- Language: Python
- Homepage: https://d20roll.vercel.app
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DJANGO REST ONLY GET
Simple Django REST API project with one GET to use stack Django 4.2 + Python 3.8 + PIP 24 + SQLite3.
## How to run it?
```
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```
## How to test it?
```
python manage.py test
```
## Contributors
[Tomasz Trzciński](mailto:trzcinski.tomasz.1988@gmail.com)