library-uncore-central
npm install library-uncore-centralconsole
git clone https://github.com/uncore-digital/uncore-connect-api-central-lib.git
`
$3
This guide will walk you through the process of creating databases, uncore_central in PostgreSQL.
#### Prerequisites
- PostgreSQL installed on your system.
- Appropriate permissions to create databases.
- Create database uncore_central in PostgreSQL;
$3
This uncore project uses redis as key value db for keeping revoked tokens (logout). Setup a redis instance. Follow the quick start guide here.
$3
`console
cd uncore-connect-api-central-lib
npm install --force
`
$3
1) Duplicate the .env.local file to create a new file named .env.
2) Open the .env file for further configuration.
3) Update the PostgreSQL configuration details(for uncore_central) in the .env file as needed.
###### Run following command for Database migration
`console
npm run build
`
`console
npm run migrate
``