Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 876 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 876 Bytes

##MERN-Bookstore

Introduction

This is a full-stack MERN (MongoDB, Express.js, React, Node.js) application for managing a bookstore. Users can view a list of books, add new books, edit existing books, and delete books. The project also utilizes Tailwind CSS for styling and MongoDB Atlas for database management.

Features

  • User-friendly interface for managing books.
  • CRUD (Create, Read, Update, Delete) operations for books.
  • Responsive design using Tailwind CSS.
  • Persistent data storage using MongoDB Atlas.

Technologies Used

  • MongoDB Atlas: Cloud-based NoSQL database.
  • Express.js: Node.js web application framework.
  • React: Front-end library for building user interfaces.
  • Node.js: JavaScript runtime for server-side development.
  • Tailwind CSS: Utility-first CSS framework.
  • Mongoose: MongoDB object modeling for Node.js.