We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Endpoint type and naming convention: POST /api/v1/auth/signup
Use the import module convention
Follow the folder convention for every component: controller, service, router, repository
Language usage: Typescript
Use the prisma object USER to fetch/save the relevant information
Creating tests for your endpoint is mandatory (Mocha and Chai are the testing engines)
The text was updated successfully, but these errors were encountered:
Commited to Signup branch
Sorry, something went wrong.
Is sign-up endpoint up?
@ryanjung1998 make a pull request from your branch to dev so that I can review it please
ryanjung1998
Successfully merging a pull request may close this issue.
Sign Up Endpoint
Endpoint type and naming convention: POST /api/v1/auth/signup
Use the import module convention
Follow the folder convention for every component: controller, service, router, repository
Language usage: Typescript
Use the prisma object USER to fetch/save the relevant information
Creating tests for your endpoint is mandatory (Mocha and Chai are the testing engines)
The text was updated successfully, but these errors were encountered: