Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BookStore

A simple MERN stack project for managing books.

πŸ“š Description

This project includes:

  • Frontend: React + Tailwind CSS
  • Backend: Node.js + Express.js + MongoDB
  • Uses Axios for API requests

πŸš€ How to Run

  1. Clone the repo:

2. **Install dependencies:**

   ```bash
   # Install backend dependencies
   npm install

   # If you have frontend in a separate folder, navigate there:
   cd client
   npm install
   ```

3. **Run the app:**

   ```bash
   # Run backend
   npm run server

   # Run frontend
   npm start
   ```

4. **Open in browser:**

   ```
   http://localhost:3000
   ```

## πŸ—‚οΈ Features

* Display list of books
* Add and manage books
* Connects to MongoDB database
* Responsive UI with Tailwind CSS

## πŸ“Œ Author

* **Your Name**

---

> Feel free to fork this project and customize it as needed!

```