REST API
CocktailsAPI
A clone of the TheCocktailDB REST API, built as the midterm exam for the Backend Programming course.
Year
2025
Role
Backend Developer
Category
REST API
Not Available
This project was the midterm exam for the Backend Programming course, which required building a REST API based on an existing public API.
TheCocktailDB was used as the reference public API, and the implementation was built with Node.js and Express.js.
Contributions
- 01Designed the endpoint structure following the reference API's contract.
- 02Implemented routing, controllers, and error handling with Express.js.
- 03Tested API responses against different request scenarios.