Skip to content

vkprogrammer-001/Book_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Library Project

Welcome to the Book Library Project! This full-stack application allows users to explore and manage a collection of books. Whether you're a book lover, librarian, or just curious, this platform provides an interactive experience for discovering and interacting with books.

Project Overview

  • Objective: Showcase full-stack development skills by creating a user-centric book library.
  • Front-End: Developed using HTML, CSS, javascript, and React.js.
  • Back-End: Built with MongoDB for the database, Express for the server, and Nodemon for automatic server restarts during development.
  • Features:
    • Search feature that filters books based on title, publication year, country of origin, and author.
    • Interactive cards displaying comprehensive book details.
    • User-friendly interface design.

Installation

This project consists of two parts: frontend and backend. Follow the instructions below to set up both components:

Frontend

  1. Clone the book-library repository:

    git clone https://github.com/vkprogrammer-001/Book_library.git
    
  2. Open the project in your preferred IDE.

  3. Install dependencies:

    npm install
    
  4. After setting up and running the backend part (see next section), start the frontend:

    npm start
    

Backend

  1. Clone the book-library-backend repository:

    git clone https://github.com/vkprogrammer-001/book-library-backend.git
    
  2. Navigate to the backend directory:

    cd book-library-backend
    
  3. Install dependencies:

    npm install
    
  4. Start the backend server:

    npm start
    

Contributing

Interested in contributing to the Book Library Project? Here's how:

  1. Check the existing issues or create new ones.
  2. Fork the repository and create a branch for the issue you're working on.
  3. Submit a pull request with your changes.

About

let's search some books

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published