Skip to content

ovitrif/heroku-kotlin-springboot-api

Repository files navigation

A sample Spring Boot REST Api in Kotlin

Heroku License

✅Ready to be deployed to Heroku.
▶️Demo: https://heroku-kotlin-springboot-api.herokuapp.com/

⏳ Prerequisites

  1. Java - How to Install JDK (on Windows, Mac OS & Ubuntu).
  2. The Heroku CLI.

🎬 Running Locally

  1. Clone this repository on your local machine.
  2. In a terminal window, go to the root directory of the repo and run:
./gradlew build
heroku local:start

Your app should now be running on localhost:5000.

☁️ Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

📜 License

Licensed with the MIT License.

About

A sample REST Api built with Spring Boot in Kotlin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published