A Simple temporary RESTful API and User DB
This just uses node >=20.17.0 (with npm) and wrangler >=3.101.0.
Since this API uses JWT and an API key, make sure to run this first:
echo "JWT_SECRET=<secret>\nAPI_KEY=<key>" > .dev.varsThen the usual:
npm i
npm run devAnd run curl http://localhost:8787/ to get going.