Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgfr/boilerplate-nestjs-jwt-mongodb
Boilerplate of a NestJS application using MongoDB as Database and JWT as authentifier
https://github.com/maxgfr/boilerplate-nestjs-jwt-mongodb
auth back-end boilerplate jwt mongodb mongoose nestjs template typescript
Last synced: 7 days ago
JSON representation
Boilerplate of a NestJS application using MongoDB as Database and JWT as authentifier
- Host: GitHub
- URL: https://github.com/maxgfr/boilerplate-nestjs-jwt-mongodb
- Owner: maxgfr
- Created: 2021-06-07T12:32:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:20:33.000Z (9 months ago)
- Last Synced: 2024-04-14T11:31:46.088Z (7 months ago)
- Topics: auth, back-end, boilerplate, jwt, mongodb, mongoose, nestjs, template, typescript
- Language: TypeScript
- Homepage:
- Size: 1.88 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boilerplate-nestjs-jwt-mongodb
## Init
```sh
yarn # to install dependencies
cp .env.example .env # then set your own credentials
```## Commands
```sh
yarn dev # to run in development mode
yarn build # to build
yarn start # to run the build folder
```