py manage.py test
Hosted at - https://saivineeth.pythonanywhere.com/
- All Existing words are listed in Home Page
- We can create words by posting to /api/words/
- We can alter words by put to /api/words/{id}
- We can delete words by delete to /api/words/{id}
- We can view all words without login but for create, Alter , delete we require to login and only the account created the word can alter/ delete the word
UserName | Password |
---|---|
saivineeth | test@123 |
testuser1 | test@123 |