Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthik-ir/plangenerator
https://github.com/karthik-ir/plangenerator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/karthik-ir/plangenerator
- Owner: karthik-ir
- Created: 2018-02-07T05:23:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T05:28:27.000Z (almost 7 years ago)
- Last Synced: 2024-10-18T15:53:56.991Z (3 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlanGenerator
To run this application, use the following command:
`mvn spring-boot:run`
API:
use `POST` `/plan` api with data sample```
{
"loanAmount": "5000",
"nominalRate": "5.0",
"duration": 24,
"startDate": "2018-01-01T00:00:01Z"
}
```
to generate the plan.