npm install
# Or
# npx nodemon myserver.ts
http://localhost:9000/add?first=50&second=27&fmt=XXXX
where XXXX
is one of the following
text
to get plain text responseenc
to get a urlencoded responseimg
to get a PNG image responsejson
to get a JSON response
When deploying to Heroku/Render.com you must create a separate git repository ONLY for this project. Deploying from this cloned repo will fail to build.