Skip to content

upALX/TaskAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task API

If you exist, give the project a star 🌟

Overview

This project is about an task management developed with Java and Spring boot.


Tech stack 🧠

Java  springboot  Hibernate  Apache-Maven  BRACKEND 

Features

  • 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

How to use 🫁

USER MODE

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.


DEV MODE

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

Make your mark 🚩

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

License 🔓

This project is under the MIT license.


Developed with 💜 by ME

About

This project is about an task management api developed with Java and Sprint boot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages