Everything works, Hits and Date get correctly reported.
Rename the route to your application name
Copy .env.example
to .env
and paste in set
NODE_ENV=production
PORT=<port>
MONGO_URI=<mongo connection string from e.g. Atlas>
Now you can access your API from your url
<yoururl>/v1/<yourroute>/hit
Please create Integration Testing for me, I just don't know how to make them. I want more Code Coverage
Credits to Boilerplate
Credits for Gitmoji,semantic-release,workflows,templates