1.0.0 • Published 5 months ago

oidc-test-package-2 v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Setup local database

install postgres from the following link

https://www.enterprisedb.com/downloads/postgres-postgresql-downloads

keep all the default setting pwd: 1234

add postgres variable path in environmental variables

open command prompt, enter following commands

psql -U your_username //default username is postgres

CREATE DATABASE simpledocs_db;

connect your database with dbeaver

open dbeaver, select new database connection in top left corner

search postgresql

click next, add the name of the database that your created in postgres

add password that you set at the time of postgre installation

click finish