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
- Host: GitHub
- URL: https://github.com/amit1563/ppmtoolrestapi
- Owner: amit1563
- Created: 2018-12-17T23:15:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T09:38:39.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T15:41:08.131Z (12 months ago)
- Topics: java-application, rest-api-example, spring-boot, spring-security-jwt
- Language: Java
- Homepage:
- Size: 33.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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