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.
-
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.
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
- Styling: Tailwind CSS
-
Clone the Repository:
git clone https://github.com/utkarshkrishna2004/MERN-Bookstore.git
-
Install Dependencies:
cd MERN-Bookstore/frontend && npm install cd ../backend && npm install
-
Run the Application:
- Start the backend server:
cd ../backend npm run dev
- Start the frontend development server:
cd ../frontend npm run dev
- Start the backend server:
Feel free to contribute by opening issues or submitting pull requests. Your feedback and suggestions are highly appreciated.