Time Stamp Microservice

I just started working on the Backend projects and I was able to get this project running, but I have a few questions.

  1. Given how simple this server is, is it ok that I have everything in one file?
  2. Should I take the time to rewrite this using routing?
    As always any feedback is appreciated.

Git Hub Repository: https://github.com/Josh5231/timestamp
Heroku: https://obscure-thicket-76275.herokuapp.com/

  1. Yes
  2. No (unless you want to :smiley:)

Also you can check this thread https://forum.freecodecamp.com/t/timestamp-microservice-with-testable-user-stories-guinea-pigs-needed/58955/ and try to test your API :smiley:

I took a look at the link you provided and I like the idea behind it, however, it only seems to work with HyperDev and its user stories differ from those here. But I may try and port it over (since its free) later on. Thanks for the feedback :slight_smile: