Skip to content

Backend library management system built with Node.js, Express, WebSockets, and PostgreSQL.

Notifications You must be signed in to change notification settings

Mats914/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Library Backend Project

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.

Technologies Used

  • JavaScript / ES6+
  • Node.js & Express.js (server-side)
  • Web Sockets
  • SQL (PostgreSQL)

Project Structure

  • api/ – Handles API endpoints and routes.
  • app/ – Core application logic and server setup.
  • README.md – Project documentation.

Getting Started

  1. Clone the repository:
    git clone https://github.com/Mats914/library.git
    

2.Install dependencies:

npm install


3.Start the server:

npm start


About

Backend library management system built with Node.js, Express, WebSockets, and PostgreSQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published