Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Users Mock API #3

Open
ReznikovRoman opened this issue Aug 7, 2024 · 0 comments
Open

[FEATURE] Users Mock API #3

ReznikovRoman opened this issue Aug 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ReznikovRoman
Copy link
Owner

Description
Create all user related endpoints.

Possible solution

  1. Add all the necessary API handlers for working with users:
    • create user: HTTP POST: /users
    • get user data: HTTP GET: /users/{id}
    • register user: HTTP POST: /register
  2. For now, let's mock all interactions with Accounts service, use fake data where needed
  3. Use dependency-injector as a DI framework

Additional context

@ReznikovRoman ReznikovRoman added the enhancement New feature or request label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant