feat: authentication endpoints setup in the backend (#22)
parent
befc2df1
No related branches found
No related tags found
Showing
- client/src/app/authentication/auth.service.ts 27 additions, 1 deletionclient/src/app/authentication/auth.service.ts
- client/src/app/users/user-registration-form/user-registration-form.component.ts 3 additions, 2 deletions...ser-registration-form/user-registration-form.component.ts
- client/src/app/users/user.service.ts 1 addition, 51 deletionsclient/src/app/users/user.service.ts
- server/src/config.ts 0 additions, 2 deletionsserver/src/config.ts
- server/src/controllers/authController/index.ts 64 additions, 0 deletionsserver/src/controllers/authController/index.ts
- server/src/controllers/userController/index.ts 0 additions, 27 deletionsserver/src/controllers/userController/index.ts
- server/src/routes/routes.ts 2 additions, 0 deletionsserver/src/routes/routes.ts
Loading
Please register or sign in to comment