Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 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. Open the **directory** in **Visual Studio Code**.
2. Run the command **npm i** in the **Terminal**.
3. Run the command **npm run start** in the **Terminal**.
4. Open **** in the **Web Browser**.

Docker

#### Prerequisites

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

#### Steps

1. Execute **docker compose -p nest up --build -d**.
2. Open .