almarto / nestjs-skeleton

Skeleton project for Nest.js API with Auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

NestJS Authenticated with PassportJS API with PostgreSQL and Swagger starter repository.

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn dev

# watch mode
$ yarn debug

# production mode
$ yarn prod

Access API

http://localhost:8080 Here you'll get the message Hello World!

Access Swagger documentation

http://localhost:8080/api Here you'll be able to test the API's endpoints

In order to debug, if you're using VSCode you'll just need to enable Auto Attach

CMD+Shift+P => Debug: Toggle Auto Attach

Stay in touch

License

nestjs-skeleton is MIT licensed.

TODO

  • Add GraphQl

About

Skeleton project for Nest.js API with Auth

License:MIT License


Languages

Language:TypeScript 99.0%Language:Dockerfile 1.0%