Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)