Skip to content

Template project of Nestjs that handles users and auth out of the box

Notifications You must be signed in to change notification settings

fabiancgc12/nestjs-auth

Repository files navigation

Nest Logo

Description

A Nestjs template with user and auth module out of the box for future projects

Currently handles user CRUD, with filter to look for other users. It handles login and logout using JWT. Login is protected with a local guard and theres is also a JWTGuard to protect other api endpoints

It uses TypeOrm and PostgreSql to handle the database area.

The User and Auth modules have integrity tests to verify that everything is working as it should.

To custom the enviroment variables they need to be put in the file src/common/envs as test.env, development.env and production.env, each acording to how it will be used. An empty .env file is being uploaded as a template to describe what are the variables to be used.

About

Template project of Nestjs that handles users and auth out of the box

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published