Implement RESTful API's in Django framework to pass the tests. Specifications are defined in tests files
Settings can be modified here
- Create a basic login API with session
- Signup
- Login
- Logout
- Profile API
- Allow signedUp/registered user to edit details i.e update profile (username, password, birthday, company, location) Note: email id is unique and cannot be changed.
- Follow/Unfollow API
- A user can follow another user and vice versa
You can use Comments.md for notes
- Personal notes or problems
- Information on how your code works
- Any suggestions on what should be changed in the specifications.