nest-user-auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
File Explorer
Download Latest Version (.zip)- preview.png
- admin.guard.ts
- jwt-auth.guard.ts
- username-email-admin.guard.ts
- username-email.guard.ts
- jwt-payload.interface.ts
- jwt.strategy.ts
- auth.module.ts
- auth.resolvers.ts
- auth.service.spec.ts
- auth.service.ts
- auth.types.graphql
- config.module.ts
- config.service.spec.ts
- config.service.ts
- admin-allowed-args.ts
- date.scalar.ts
- object-id.scalar.ts
- user.schema.ts
- users.module.ts
- users.resolvers.ts
- users.service.spec.ts
- users.service.ts
- users.types.graphql
- app.controller.spec.ts
- app.controller.ts
- app.module.ts
- app.service.ts
- graphql.classes.ts
- main.ts
- jest-e2e.json
- users.e2e-spec.ts
- .gitignore
- .prettierrc
- LICENSE
- nest-cli.json
- nodemon-debug.json
- nodemon.json
- package-lock.json
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/EricKit/nest-user-auth
Downloads the entire project code from GitHub to your computer.
cd nest-user-auth
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
