Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadjiel/tasker
Classic todo manager API. This time made with Java for Spring boot learning.
https://github.com/nadjiel/tasker
api java manager rest spring-boot task todo
Last synced: 4 days ago
JSON representation
Classic todo manager API. This time made with Java for Spring boot learning.
- Host: GitHub
- URL: https://github.com/nadjiel/tasker
- Owner: nadjiel
- Created: 2023-10-10T23:47:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T16:03:06.000Z (about 1 year ago)
- Last Synced: 2024-11-08T00:44:34.692Z (about 2 months ago)
- Topics: api, java, manager, rest, spring-boot, task, todo
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasker - Task List API
## π About
Tasker is an in progress API that is being developed for the practice of the Spring Boot technology.This project was created following the steps of an online course that was available on the [Rocket Seat](https://app.rocketseat.com.br/) plataform.
The course was taught by the teacher Daniele LeΓ£o.After the course, I plan on making some implementations by myself for perfecting the project.
Currently it is decided that the API is gonna have 2 routes: one for the user and one for the tasks, so its gonna be pretty straight forward.
## π Accessing
If you wanna access the API, you must download the repository and run the project in your machine, since the project is not deployed online.## βοΈ Author
Made by [@Nadjiel](https://github.com/nadjiel) following Daniele LeΓ£o's course on [Rocket Seat](https://app.rocketseat.com.br/)