This project provides a personal software project management tool.
- mvn clean package -DskipTests
- java -jar target/project-tracker-app-1.0.jar
- After you successfully start this Java Spring app, You can test the application through this link: http://localhost:8082
- API Documentation Link: http://localhost:8082/swagger-ui.html
For you who don't have maven and don't want to install maven, I added project-tracker-app-1.0.jar in the root directory. So you can simply type the following command to test this app:
java -jar project-tracker-app-1.0.jar