I have read through this thread and don’t understand (have not researched) the things discussed like the .env file and dotenv, etc.
My issue…I have the time stamp service working locally (YAY) and have followed the instructions to push to heroku.
My heroku app is not working.
I am guessing this is a port problem ,and would like to learn the best way to code the port while developing to eliminate this problem, if in fact that’s the problem.
I do not know what to do with a .env file, but can appreciate that I may need to learn.
The deployment if this simple node app is certainly a challenge…but important to solve!
thanks for any help…here is my repository:
On the Heroku end, I’ve used both the CLI and deployed from git from the master branch. I don’t know if one is preferred…seems better to push once and have it deploy automatically, assuming the master branch is always working.