Skip to content

Sample REST API with django using django restframework including user authentications, permissions and jwt token mechanism & more...

License

Notifications You must be signed in to change notification settings

rooneyrulz/explore_restframework_level_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

explore_restframework_level_2

Sample REST API with django using django restframework including user authentications, permissions and jwt token mechanism & more...

Routes

Students


GET a list of students - /api/students/
GET/PUT/DELETE a single student - /api/students/*id/

Teachers


GET a list of teachers - /api/teachers/
GET/PUT/DELETE a single teacher - /api/teachers/*id/

Subjects


GET a list of subjects - /api/subjects/
GET/PUT/DELETE a single subject - /api/subjects/*id/

About

Sample REST API with django using django restframework including user authentications, permissions and jwt token mechanism & more...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages