Skip to content

An API to translate language made with Spring Boot and hosted on Heroku

License

Notifications You must be signed in to change notification settings

neemiassgc/ibm-translator-api

Repository files navigation

IBM Translator Api 🌐

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

Top language Code size Repo size License Last commit Deploy Build tool Java version Framework

Endpoints preview 🎲

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 🛠️

json heroku java gradle springboot spring springsecurity junit5 ibm ibmwatson intellijidea

Run locally 💻

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 to view it in the browser.

License 📝

This project is under the Apache License