go run main.go
curl http://localhost:8080/healthcurl -X POST -d '{"input: "hello, world!"}' http://localhost:8080/spongebobcurl -X POST -d '{"input: "wow"}' http://localhost:8080/is-palindromecurl -X POST -d '{"input: "this is a secret"}' http://localhost:8080/rot13
Install the heroku CLI.
Create the application in your Heroku account.
Then, set the heroku remote git repository: heroku git:remote -a <heroku-app-name>. This only needs to be done once.
Then push the code to heroku: git push heroku main
That's it. 😊
