Skip to content

ovitrif/heroku-kotlin-node-api

Repository files navigation

A sample NodeJS REST Api in Kotlin

Heroku License

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

⏳ Prerequisites

  1. NodeJs.
  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 --buildpack heroku/nodejs
$ heroku buildpacks:add --index 1 heroku/gradle
$ git push heroku master
$ heroku open

📜 License

Licensed with the MIT License.

About

A sample REST Api built with ExpressJs in Kotlin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages