If you exist, give the project a star 🌟
This project is about an task management developed with Java and Spring boot.
- You can register users on /user
- You can modify your tasks and only your tasks on /task/{taskId}
- To learn about the usage, access the DOCs under swagger development
1 - on https://task-management-api-ppzv.onrender.com
use the API through the endpoints.
2 - access the payloads and endpoints on DOCs under swagger development.
requirements
-
Java >= 17
sudo add-apt-repository ppa:linuxuprising/java sudo apt-get update sudo apt-get install oracle-java17-installer --install-recommends
-
Maven >= 3
sudo apt-get -y install maven
1- clone this repo on your desktop
git clone git@github.com:upALX/TaskAPI.git
2 - Install extensions (step on vscode)
- vscjava.vscode-spring-initializr
- vmware.vscode-spring-boot
- vscjava.vscode-spring-boot-dashboard
- vscjava.vscode-java-pack
3 - Run the project on CLI in root of path project:
mvn spring-boot:run
If you have any problems with this app or have an idea that contributes, open a issue, pull request or find me on Linkedin. Don't forget to give the project a star 🌟 :D
This project is under the MIT license.
Developed with 💜 by ME