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

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.

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.


Simple D20 Die in Logo with humans around

## 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)