A CMS-based blog for book reviews, recommendations, and miscellaneous bookish content. Built with React, Node.js, and MongoDB.
- Book reviews with rating system
- Curated top 10 book lists
- Genre-based reading recommendations
- Miscellaneous book-related content
- Mobile-responsive Bootstrap design
- JWT-based authentication
- Protected admin routes
- Full CRUD operations
- Rich text editor
- Category management
- Frontend: React 18, React Router, React Bootstrap
- Backend: Express, Node.js, MongoDB
- Auth: JWT, bcrypt
- Dev Tools: Vite, ESLint, Babel
- DataBase/Backend: MongoDB
src/
├── api/
│ ├── adminRoutes.jsx # Admin API endpoints
│ └── BlogRoutes.jsx # Public blog endpoints
├── Components/
│ ├── HeroSection/
│ ├── Navbar/
│ └── ...
├── Pages/
│ ├── admin/ # Admin interface
│ ├── Blogs/ # Blog categories
│ └── ...
└── utils/
└── ProtectedRoute.jsx # Auth protection