Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

User Profile implementation #30

Open
2 tasks
riginoommen opened this issue Jan 29, 2021 · 1 comment
Open
2 tasks

User Profile implementation #30

riginoommen opened this issue Jan 29, 2021 · 1 comment
Labels
Database enhancement New feature or request

Comments

@riginoommen
Copy link
Member

riginoommen commented Jan 29, 2021

  • Database Design

  • CRUD APIs for user profile

Endpoints

GET /users
POST /users
GET  /users/{id}
DELETE  /users/{id}
PATCH  /users/{id}

Kites-Foundation/hello-munnar-frontend#9

Kites-Foundation/hello-munnar-frontend#11

@riginoommen riginoommen changed the title User Profile implementation for the Backend [Backend] User Profile implementation Jan 29, 2021
@riginoommen riginoommen added Database help wanted Extra attention is needed enhancement New feature or request and removed help wanted Extra attention is needed labels Jan 29, 2021
@sreenadh
Copy link
Contributor

Endpoints
GET /users
POST /users
GET /users/{id}
DELETE /users/{id}
PATCH /users/{id}

@riginoommen riginoommen changed the title [Backend] User Profile implementation User Profile implementation Jan 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Database enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants