Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

givery-technology/challenge-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-challenge-python

Implement RESTful API's in Django framework to pass the tests. Specifications are defined in tests files

Database details

Settings can be modified here

The goal of this challenge is to implement following API's

  • 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.

About

Implement API's in Django framework to pass the specs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published