Full server
I developed a RESTful API using Node.js, Express and MongoDB to manage books and reviews. The API allows to perform CRUD operations for books and reviews, with authentication and authorization to protect certain paths. The images are stored in Cloudinary. This project allowed me to work with related data models and strengthen my skills in developing robust APIs.