A RESTful web application for managing a library built with Node.js, Express, and Pug templates. This project was developed as part of Laboratory Work 2 for the "Web Technologies" course at SPbETU "LETI".
library-app/
- ├── data/
- │ └── books.json # JSON database for books
- ├── views/
- │ ├── layout.pug # Main layout template
- │ ├── index.pug # Book listing page with filters
- │ └── book.pug # Book details and management
- ├── public/
- │ └── css/
- │ └── style.css # Responsive stylesheets
- ├── routes/
- │ └── books.js # All book-related routes and logic
- ├── app.js # Main application entry point
- ├── package.json # Project dependencies and scripts
- └── README.md # Project documentation