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.
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