https://github.com/adriandlph/tasksmsrv
App to manage your daily tasks.
https://github.com/adriandlph/tasksmsrv
api backend hibernate hibernate-jpa java java-21 jpa maven microservice microservices rest-api restful-api spring-boot
Last synced: 12 months ago
JSON representation
App to manage your daily tasks.
- Host: GitHub
- URL: https://github.com/adriandlph/tasksmsrv
- Owner: adriandlph
- License: gpl-3.0
- Created: 2025-02-09T11:10:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T11:16:29.000Z (about 1 year ago)
- Last Synced: 2025-04-07T17:14:04.566Z (12 months ago)
- Topics: api, backend, hibernate, hibernate-jpa, java, java-21, jpa, maven, microservice, microservices, rest-api, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TasksMsrv
Backend for an application that allows you to manage your daily tasks dynamically.
Technologies used:
- Java 21
- SpringBoot
- RESTful API
- Maven
This application is integrated into a microservices system as one of these microservices. The authentication of the users is handled by AuthMsrv.