mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-16 20:59:26 +00:00
6f2fab076d0f39f6026ac899d481c6f2738c79db
A progressive Node.js framework for building efficient and scalable server-side applications.
Description
Nest framework TypeScript starter repository.
Installation
$ pnpm install
Running the app
# db
$ pscale connect flashcards
# prisma dashboard
$ pnpx prisma studio
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
Test
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
Description
Languages
TypeScript
58.6%
CSS
22.5%
SCSS
17.9%
HTML
0.4%
JavaScript
0.3%
Other
0.3%