Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplacona/acronymbuster
An acronyms busting application to remove roadblocks inside the enterprise
https://github.com/mplacona/acronymbuster
Last synced: 7 days ago
JSON representation
An acronyms busting application to remove roadblocks inside the enterprise
- Host: GitHub
- URL: https://github.com/mplacona/acronymbuster
- Owner: mplacona
- License: apache-2.0
- Created: 2020-10-26T10:56:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-26T11:33:06.000Z (about 4 years ago)
- Last Synced: 2024-04-14T15:01:24.543Z (7 months ago)
- Language: Kotlin
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AcronymBuster
An acronyms busting application to remove roadblocks inside the enterprise## Getting Started
* Import the project into your IntelliJ install and let it sync the Gradle imports
* Make sure you have at least Java 11 selected as your SDK. Check that by hitting `CMD+;`
* Open up AcronymBusterApplication.kt and run the project
* Start by running the unit tests under `test/kotlin/uk.co.placona.acronymBuster`## Endpoints
There are a couple of ways you can access the endpoints in this, which currently consist of only reads.### WEB (Mustache)
* http://localhost:8080/acronym
* http://localhost:8080/acronym/{acronym} (i.e. TBD)
### API
* http://localhost:8080/api/acronym
* http://localhost:8080/api/acronym/{acronym} (i.e. TBD)