A simple MERN stack project for managing books.
This project includes:
- Frontend: React + Tailwind CSS
- Backend: Node.js + Express.js + MongoDB
- Uses Axios for API requests
- 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!
```