This project is a web application for managing a local library's catalog, developed using Express.js and Node.js. It's based on the MDN "Local Library" Express tutorial.
The Local Library website allows users to:
- Browse available books
- Manage user accounts
- View book details and availability
As the project progresses, additional features will be implemented, such as:
- Creating new book entries
- User authentication
- Form handling
- Node.js
- Express.js
- MongoDB (database)
- Pug (view engine)
- Node.js and npm installed on your machine
- MongoDB installed and running
- Clone the repository: