Skip to content

Opyd/postgreSQL-client-electron

Repository files navigation

Library client for PostgreSQL DB written in electron

A semester project involving the creation of a client application operating on the PostgreSQL database. The application allows for all CRUD operation. The project allowed me to develop my JavaScript programming skills.

Run Locally

Clone the project

  git clone https://github.com/Opyd/library_client_electron

Go to the project directory

  cd library_client_electron

Install dependencies

  npm install

Run docker-compose to create PostgreSQL DB instance

  docker-compose up -d

Start the server

  npm run start

Tech Stack

About

PostgreSQL DB Client written in Electron

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published