https://github.com/dnalchemist/area
https://github.com/dnalchemist/area
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnalchemist/area
- Owner: DNAlchemist
- Created: 2016-10-11T01:27:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T12:38:09.000Z (over 9 years ago)
- Last Synced: 2025-02-15T09:41:27.833Z (over 1 year ago)
- Language: Java
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# area
[](https://travis-ci.org/DNAlchemist/area)
## How to run application
```bash
./gradlew appRun
```
open in browser: http://localhost:8080/area
## How to test
```bash
./gradlew integrationTest
```
Result will be placed in path: "build/reports/tests/integrationTest/index.html"
```bash
./gradlew test
```
Result will be placed in path: "build/reports/tests/test/index.html"
## How to build war
```bash
./gradlew war
```
##REST
```
add person: manage/persons/put?id=${id}
manage/persons/put?id=${id}&x=${x}&y=${y}
remove person: manage/persons/delete?id=${id}
```