Skip to content

utkarshkrishna2004/MERN-Bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MERN-Bookstore Project

Overview

MERN-Bookstore is a dynamic booklist application developed using the MERN stack (MongoDB, Express.js, React.js, Node.js) with a touch of aesthetic enhancement through Tailwind CSS.

Features

  • User-Friendly Interface: The application offers an intuitive and user-friendly interface, ensuring a seamless experience for managing reading lists.

  • CRUD Operations: Users can effortlessly add, edit, and delete books and authors, giving them complete control over their personalized book collection.

  • Detailed Information Display: Each book entry provides detailed information such as the book name, author, timestamp of entry, and last update time, enriching the user engagement.

  • Flexible Editing: Users are empowered with the flexibility to edit book details, allowing modifications to the book name, author name, or both.

Technologies Used

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Styling: Tailwind CSS

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7

Getting Started

  1. Clone the Repository:

    git clone https://github.com/utkarshkrishna2004/MERN-Bookstore.git
  2. Install Dependencies:

    cd MERN-Bookstore/frontend && npm install
    cd ../backend && npm install
  3. Run the Application:

    • Start the backend server:
      cd ../backend 
      npm run dev
    • Start the frontend development server:
      cd ../frontend
      npm run dev

Contribution Guidelines

Feel free to contribute by opening issues or submitting pull requests. Your feedback and suggestions are highly appreciated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published