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

https://github.com/kejiahp/kejiahtodoapi

A TODO API created using django REST framework
https://github.com/kejiahp/kejiahtodoapi

django django-rest-framework jwt jwt-authentication

Last synced: about 2 months ago
JSON representation

A TODO API created using django REST framework

Awesome Lists containing this project

README

          

# Hi, this API was built on Django REST framework to create a todo list
- JWT tokens where used in the creation of this website with lifespan of 24 hours.
- JWT tokens will be re-newed or re-created upon login after expiration
- Coverage was used to monitor the testing of the app
- Default database was used(sqlite)