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