This system authenticates users and set respective permission
- Clone the repository
- Navigate to the folder directory and run
npm install
to install the dependencies - Create a
.env
file 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
```