This is set up as a quick starter for a no-persistence RESTful Express API (using just an array for in-server memory).
db.ts is set up for a generic DbItem - you may want to reshape and rename that interface.
yarn
yarn start
Or, for dev mode (restarts server automatically when relevant files change):
yarn start:dev