Skip to content

gabrielgnasc/nest-server-starter

Repository files navigation

Starter Web Service - NestJS

A simple Web Service in NestJS to starter development of API

npm version NPM coverage

Description

An initial application to build an api with JWT authentication, where it is possible to maintain user registration, to send password recovery emails, register API documentation, unit tests and e2e, using SOLID and TDD principles

API Operation

Tecnologies used

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev
# or
$ docker-compose up -d

# production mode
$ yarn start:prod
# or
$ docker build .
$ docker run -p 3000:3000 [image-id]

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

MIT licensed.

About

An initial user registration and access service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published