Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.15 KB

Express.js + Mongoose + TypeScript 5 + SWC

Commands:

npm i

npm run dev # developer mode

npm run build # build using swc
npm run start # production mode

npm run biome # lint & format check
npm run biome:fix # lint & format auto fix

npm run test # to run all tests
npm run test:open # to run coverage & open istanbul in the browser

You can run it using docker:

docker compose build
docker compose up