Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
API using Nest, JWT Authentication and Authorization, Swagger, Folder-by-Feature Structure.
- Host: GitHub
- URL: https://github.com/rafaelfgx/nest
- Owner: rafaelfgx
- License: mit
- Created: 2023-09-01T20:42:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T20:08:29.000Z (4 months ago)
- Last Synced: 2024-10-11T18:20:57.403Z (3 months ago)
- Topics: nest, nest-js, nestjs, node, node-js, nodejs
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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 .