Activity
refac: changed test database from postgres to h2 in memory database a…
refac: changed test database from postgres to h2 in memory database a…
refac: documentated the product and auth endpoints and added validati…
refac: documentated the product and auth endpoints and added validati…
Force push
refac: documentated the product and auth endpoints and added validati…
refac: documentated the product and auth endpoints and added validati…
feat: added documentation to user controller endpoints on swagger
feat: added documentation to user controller endpoints on swagger
refac: separated the http response classes
refac: separated the http response classes
refac: changed the way controllers handle exception and removed unuse…
refac: changed the way controllers handle exception and removed unuse…
feat: added documentation via swagger
feat: added documentation via swagger
refac: added suport to cors, trimmed fields and fixed product sql query
refac: added suport to cors, trimmed fields and fixed product sql query
feat: added unit testing to the project
feat: added unit testing to the project
refac: now invalid tokens return treated error messages
refac: now invalid tokens return treated error messages
refac: now methods get the user via token subject
refac: now methods get the user via token subject
feat: endpoint for product update
feat: endpoint for product update
feat: exposed endpoint to get products by user id and one to save a n…
feat: exposed endpoint to get products by user id and one to save a n…
exposed user password update endpoint and user delete endpoint
exposed user password update endpoint and user delete endpoint
feat: exposed user update endpoint and created exception handlers
feat: exposed user update endpoint and created exception handlers
feat: exposed an endpoint to find user by id
feat: exposed an endpoint to find user by id
refac: changed service to impl architecture
refac: changed service to impl architecture
feat: added jwt token validation and exposed endpoints for login and …
feat: added jwt token validation and exposed endpoints for login and …
added connection to db and made user repo and entity
added connection to db and made user repo and entity