Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 743 Bytes

File metadata and controls

44 lines (27 loc) · 743 Bytes

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