DevSeeder / auth

Auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

This project use NestJS, a progressive Node.js framework for building efficient and scalable server-side applications.

Technologies

  • NestJS
  • NodeJS
  • JWT Auth

Description

JWT Authentication API for devseeder softwares.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Contact

maick@devseeder.com

Example

After run the server, make a get in browser, postman or similar

## Login Route
[url-prod]/auth/login
## Create User
[url-prod]/users/create

About

Auth


Languages

Language:TypeScript 99.5%Language:JavaScript 0.4%Language:Handlebars 0.1%