Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 854 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 854 Bytes

User Microservice

Target APIs are listed here

Contribution -

  1. Clone the project into your local system.
  2. Go through the codebase.
  3. Make a separate branch for your assigned issue
  4. Send a PR after the work is done.
  5. For testing APIs, use postman or thunderclient(a extension in vscode).
  6. The PR after approval will be merged.

Resources -

  1. Quickstart for building Django Rest APIs DRF-quickstart-documentation
  2. Check out youtube videos for specific tasks.
  3. For quickstart in building CRUD API, refer to Dennis-Ivy-Tutorial
  4. Search first on google, if you are stuck.