-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Jiafeng Wu edited this page Mar 30, 2017
·
2 revisions
Welcome to the App_BackEnd wiki!
This is a Back-End Application using Django RESTful Framwork, which car perform Login, Registration, and Update Account
API Links:
- Administrator Page: http://127.0.0.1:8000/admin/
- List of account: http://127.0.0.1:8000/accounts/
- Create an account: http://127.0.0.1:8000/accounts/create/
- Retrieve account by ID: http://127.0.0.1:8000/accounts/[account_id]
- Update account: http://127.0.0.1:8000/accounts/[account_id]/update
- Account authentication: http://127.0.0.1:8000/api-auth/