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_electronGo to the project directory
cd library_client_electronInstall dependencies
npm installRun docker-compose to create PostgreSQL DB instance
docker-compose up -dStart the server
npm run start