Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.07 KB

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.