Skip to content

saivineeth100/Words_CRUD

Repository files navigation

Words_CRUD

Run Tests

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

Sample Login Credentials

UserName Password
saivineeth test@123
testuser1 test@123

Screenshots

  • No Login No Login
  • Login Login
  • Signup Signup
  • Login as User 1 Login User 1
  • Login as User 2 Login User 2
  • Add Word Add Word
  • Edit Word Edit Word
  • Delete Word Delete Word