This is a backend project for managing a library system. It provides server-side functionality with real-time communication using Web Sockets and stores data in a PostgreSQL database.
- JavaScript / ES6+
- Node.js & Express.js (server-side)
- Web Sockets
- SQL (PostgreSQL)
api/– Handles API endpoints and routes.app/– Core application logic and server setup.README.md– Project documentation.
- Clone the repository:
git clone https://github.com/Mats914/library.git
npm install
npm start