This project is deployed Here.
- test endpoint api/persons
- test endpoint api/persons/:id
To install dependencies:
npm installTo run:
node index.jsFrom scripts
To run:
npm startTo run dev mode:
npm run devThis project was created using bun init in bun v1.0.35. Bun is a fast all-in-one JavaScript runtime.
To install dependencies:
bun installTo run:
bun index.jsFrom scripts
To run:
bun start:bunTo run dev mode:
bun dev:bunTo run all:
npm run test && npm run test:bunTo run only tests implemented with node
npm run testTo run only tests implemented with bun
npm run test:bunTo run all:
bun run test && bun run test:bunTo run only tests implemented with node
bun run testTo run only tests implemented with bun
bun run test:bun