Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)