Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucassmonn/nestjs-base
nestjs base with authentication and mongodb
https://github.com/lucassmonn/nestjs-base
auth base boilerplate jwt mongodb mongoose nest nestjs node typescript
Last synced: 3 days ago
JSON representation
nestjs base with authentication and mongodb
- Host: GitHub
- URL: https://github.com/lucassmonn/nestjs-base
- Owner: lucassmonn
- Created: 2024-05-18T21:04:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T18:09:35.000Z (8 months ago)
- Last Synced: 2024-11-14T04:47:46.778Z (2 months ago)
- Topics: auth, base, boilerplate, jwt, mongodb, mongoose, nest, nestjs, node, typescript
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) boilerplate with authentication.
## Installation
```bash
$ pnpm install
```## Running the app
```bash
# development
$ pnpm run start# watch mode
$ pnpm run start:dev# production mode
$ pnpm run start:prod
```## Test
```bash
# e2e tests
$ pnpm run test
```