Skip to content

ad-ng/minimal-blog

Repository files navigation

minimal-blog

this is a minimal blog backend built in node, Nest.js as a framework, Prisma as ORM and Postgres for database

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

this is a minimal blog backend built in node, Nest.js as a framework, Prisma as ORM and Postgres for database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors