Skip to content

Simplemart17/authentication-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authentication-system

This system authenticates users and set respective permission

How to setup

  • Clone the repository
  • Navigate to the folder directory and run npm install to install the dependencies
  • Create a .envfile in the root directory of the folder
  • Add the following in the .env file
DATABASE_URL=
DATABASE_USERNAME=
DATABASE_PASSWORD=
DEV_DATABASE=
TEST_DATABASE=
DATABASE_HOST=
DATABASE_PORT=
SECRET=
SENDGRID_API_KEY=
URL_HOST=127.0.0.1
```

About

This system authenticates users and set respective permission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published