Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 730 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 730 Bytes

Local Library

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.

Project Overview

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

Technologies Used

  • Node.js
  • Express.js
  • MongoDB (database)
  • Pug (view engine)

Getting Started

Prerequisites

  • Node.js and npm installed on your machine
  • MongoDB installed and running

Installation

  1. Clone the repository: