Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.23 KB

File metadata and controls

63 lines (41 loc) · 1.23 KB

NovelNest

NovelNest is an online book store application.

Table of Contents

Features

  • User authentication with JWT
  • Book management (add, edit, delete, view)
  • Search and filter books
  • Responsive design using Tailwind CSS

Installation

Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later)
  • MongoDB (local or Atlas)

Frontend Setup

  1. Navigate to the root directory of the project:

    cd ..
  2. Install the frontend dependencies:

    yarn install
  3. Start the frontend development server:

    yarn dev:hot
  4. Open your browser and visit http://localhost:5173 to view the application.

Usage

  • Register a new account or log in with existing credentials.
  • Add, edit, or delete books in your collection.
  • Search for books by title, author, or genre.
  • Filter books by condition and availability status.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.

License

This project is licensed under the ISC License. See the LICENSE file for details.