Create a users endpoint
The endpoint should allow for the creation of users.
POST /user/create/{username}
200: User created
409: User already exist
GET /user/{username}
200: returns all data of the user
404: user does not exist
The endpoint should allow for the creation of users.
POST /user/create/{username}
200: User created
409: User already exist
GET /user/{username}
200: returns all data of the user
404: user does not exist
changed milestone to %Sprint 0: Init
added ⚙️ backend label
changed milestone to %Sprint 1: Basic functionality
assigned to @fredrfha
added 🛠 Working on label
6-create-a-users-endpoint
to address this issue created branch 6-create-a-users-endpoint
to address this issue
mentioned in merge request !3 (merged)
mentioned in commit 86018b46
closed with merge request !3 (merged)