https://github.com/neemiassgc/ibm-translator-api
An API to translate language made with Spring Boot and hosted on Heroku
https://github.com/neemiassgc/ibm-translator-api
api api-rest gradle heroku heroku-deployment ibm-watson ibm-watson-api javascript spring spring-boot spring-security
Last synced: 2 months ago
JSON representation
An API to translate language made with Spring Boot and hosted on Heroku
- Host: GitHub
- URL: https://github.com/neemiassgc/ibm-translator-api
- Owner: neemiassgc
- License: apache-2.0
- Created: 2022-01-05T14:41:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T14:33:57.000Z (over 4 years ago)
- Last Synced: 2025-02-24T00:44:47.719Z (over 1 year ago)
- Topics: api, api-rest, gradle, heroku, heroku-deployment, ibm-watson, ibm-watson-api, javascript, spring, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBM Translator Api :globe_with_meridians:
An Api that translates text from one language to another using the IBM Watson Language Translator's Api and it is deployed on Heroku platform









## Endpoints preview :game_die:
> Url base => `https://secret-eyrie-64268.herokuapp.com/`
Method | Endpoint | Request body | Response body
-------|----------|--------------|--------------
GET | `/languages` | none | application/json
POST | `/translate` | application/json | application/json
## Core technologies :hammer_and_wrench:
>
>
>
>
>
>
>
>
>
>
> 
## Run locally :computer:
```sh
git clone https://github.com/neemiassgc/ibm-translator-api.git
cd ibm-translator-api
./gradlew build -x check
java -jar build/libs/translator-0.0.1-SNAPSHOT.jar
```
Open [http://localhost:5000](http://localhost:5000) to view it in the browser.
## License :memo:
This project is under the Apache License