routarddev / django-rest-api

Python REST API using Django Rest Framework to store dreams of users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-rest-api: Dreams API

Python REST API using Django Rest Framework exposing CRUD methods via HTTP to store dreams of users.

Dreams item structure: Dreams [ dreams_id = primary key, autoincrement; username = charfield, length=150; dream_date: date_time; is_lucid: boolean; ]

About

Python REST API using Django Rest Framework to store dreams of users


Languages

Language:Python 100.0%