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
- Host: GitHub
- URL: https://github.com/kejiahp/kejiahtodoapi
- Owner: kejiahp
- Created: 2022-04-27T11:32:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T20:18:30.000Z (about 4 years ago)
- Last Synced: 2025-04-02T15:43:25.338Z (over 1 year ago)
- Topics: django, django-rest-framework, jwt, jwt-authentication
- Language: Python
- Homepage:
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)