cocktail-api

  • Tech Stack: Node.js, TypeScript, Prisma, Jest
  • Github URL: Project Link

Cocktails API is a backend application built with Node.js and TypeScript for managing cocktails, ingredients, and users.

It leverages Prisma ORM for database management and includes a comprehensive test suite powered by Jest. The project is structured to support both development and production environments.

Features:

  • RESTful API with endpoints for cocktails, ingredients, and users
  • Database integration using Prisma
  • Modular architecture with clear separation of concerns
  • Unit and integration tests using Jest
  • Environment variable-based configuration