Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doguedogue/nest-backend
NestJS Back End
https://github.com/doguedogue/nest-backend
Last synced: 11 days ago
JSON representation
NestJS Back End
- Host: GitHub
- URL: https://github.com/doguedogue/nest-backend
- Owner: doguedogue
- Created: 2024-07-13T20:26:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T16:22:35.000Z (19 days ago)
- Last Synced: 2024-12-05T17:25:40.802Z (19 days ago)
- Language: TypeScript
- Size: 668 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
Backend to login, register and CRUD users using JWTDeveloped with [Nest](https://github.com/nestjs/nest) framework.
## Installation
```bash
$ docker compose up -d
```Rename ```.env.template``` to ```.env```
## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```
# API* POST | GET | PATCH | DELETE``` localhost:3000/auth```
* POST ``` localhost:3000/auth/login```
* POST ``` localhost:3000/auth/register```