An open API service indexing awesome lists of open source software.

https://github.com/rafaelfgx/nest

API using Nest, JWT Authentication and Authorization, Swagger, Folder-by-Feature Structure.
https://github.com/rafaelfgx/nest

nest nest-js nestjs node node-js nodejs

Last synced: 4 months ago
JSON representation

API using Nest, JWT Authentication and Authorization, Swagger, Folder-by-Feature Structure.

Awesome Lists containing this project

README

        

# NEST

API using Nest, JWT Authentication and Authorization, Swagger, Folder-by-Feature Structure.

## TECHNOLOGIES

* [Node](https://nodejs.org)
* [Nest](https://nestjs.com)
* [ESLint](https://eslint.org)
* [Prettier](https://prettier.io)

## RUN

Visual Studio Code

#### Prerequisites

* [Node](https://nodejs.org)
* [Visual Studio Code](https://code.visualstudio.com)
* [Visual Studio Code Node Debug](https://code.visualstudio.com/docs/nodejs/nodejs-debugging)

#### Steps

1. Run the command **npm run restore** in the **Terminal**.
2. Run the command **npm run start** in the **Terminal**.
3. Open **** in the **Web Browser**.

Docker

#### Prerequisites

* [Docker](https://www.docker.com/get-started)

#### Steps

1. Run the command **docker compose up --detach --build --force-recreate --remove-orphans** in the **Terminal**.
2. Open **** in the **Web Browser**.