Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 920 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 920 Bytes

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.