Skip to content

Authentication and Authorization service using JSON web token(JWT)

Notifications You must be signed in to change notification settings

futoid/authService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth Service

How to setup this repository in your local.

Initial Setup

  • Clone file git clone <repo link>
  • download dependencies npm install
  • setup .env file and create a variable PORT = "3001"

Setup of DB config file

create file name config.json in src/config/ Then add

{
  "development": {
    "username": "<your_mysql_username>",
    "password": "<password>",
    "database": "<database_name>",
    "host": "127.0.0.1",
    "dialect": "mysql"
  },
}

Releases

No releases published

Packages

No packages published