frank.gairal.rocks RESTful API 
A REST API built with TypeScript, Koa, Vitest, bun, biome and ❤️
# clone the repo
git clone git@github.com:gairal/frank-bo-node.git
# enter the repo directory
cd frank-bo-node
# install the dependencies
bun i
# start the ts-node-dev process
bun start
# access the API on http://localhost:8000bun run build: builds the app for productionbun dev: launches a ts-node-dev watcherbun lint: lints the whole sources and tests with eslintbun start: runs the project in production modebun test-cov: runs vitest tests with coveragebun run test: runs vitest tests
- add lru-cache + reset endpoint?