Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
Screenshot 2025-10-20 211402

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages