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

https://github.com/amit1563/ppmtoolrestapi

Rest API to support a project progress activities
https://github.com/amit1563/ppmtoolrestapi

java-application rest-api-example spring-boot spring-security-jwt

Last synced: 10 months ago
JSON representation

Rest API to support a project progress activities

Awesome Lists containing this project

README

          

# ppmToolRestApi
Rest api build with the help of springboot and spring security.

## Getting Started
clone this repository

## Requirements

For building and running the application you need:

- [JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- [Maven 3](https://maven.apache.org)

## Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the `main` method in the `de.codecentric.springbootsample.Application` class from your IDE.

Alternatively you can use the [Spring Boot Maven plugin](https://docs.spring.io/spring-boot/docs/current/reference/html/build-tool-plugins-maven-plugin.html) like so:

```shell
mvn spring-boot:run