Skip to content

This is an exemplo of an authentication API using Redis, Postgres and Node

Notifications You must be signed in to change notification settings

paulo-eduardo/auth-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth-api

This is an exemplo of an authentication API using Redis, Postgres and Node

How to run

  • run npm install inside auth folder
  • on the root folder of the project run docker-compose up -d --build to build and run your project

Endpoints

  • Register
    • localhost:3001/register, { usuario: string, password: string }
  • Signin
    • localhost:3001/signin, { usuario: string, password: string }

About

This is an exemplo of an authentication API using Redis, Postgres and Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published