This project was built during a Digital innovation one live.
and an authentication microservice, built on the framework of a rest API.
the project was created in typescript, as it is more practical and easier to use during team development the project uses some Endpoints that can be adapted to most situations.
Endpoints
Users
- GET /user
- GET /user/:uuid
- POST /user
- PUT /user/:uuid
- DELETE /users/:uuid
Uploaded in 06/10/2021
- Database added (postegrress)
- Password encryption using crypt
- Updated routes
- Added folders : Repo, Models, SQL
