Skip to content

blood1shot/nest-api

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest Starter API with JWT authorization that use PostgreSQL as DB.

Installation

$ npm install

Run Docker

Build your application

docker-compose up -d -V --build

And after docker-compose finish building containers run this command in your terminal to create migrations to your db

npx prisma migrate dev

Open prisma studio

Open prisma studio for development

# open prisma studio
$ npx prisma studio

Running the app

# development
$ yarn run start

# watch mode
$ yarn run dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Stay in touch

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published