A powerful backend for the Kitaab book recommendation platform
API SERVICE HAS BEEN DISCONTINUED
Kitaab Backend is a Node.js & Express.js powered API that serves as the backend for the Kitaab book recommendation platform. It manages user authentication, book recommendations, and interactions between users. The database is built with MongoDB, and authentication is handled using JWT.
- ✅ User authentication & authorization 🔑
- ✅ Book management (add, edit, delete books) 📚
- ✅ Ratings & reviews system ⭐
- ✅ Image storage with Cloudinary ☁️
- ✅ RESTful API structure 🌍
- Fork the Repository: Click on the 'Fork' button at the top right of this page.
- Create a New Branch: For your feature or bugfix.
git checkout -b feature/YourFeatureName
- Commit Your Changes: Provide clear and concise commit messages.
- Push to the Branch:
git push origin feature/YourFeatureName
- Create a Pull Request: Describe your changes and submit the pull request for review.
Note: This README provides a general overview of the Kitaab-backend project. For detailed information and updates, please refer to the project's GitHub repository.
