This is a Node.js-based web application for managing cocktail recipes.
- Display a list of cocktails
- View detailed recipes
- Clone the repository:
git clone https://github.com/your-username/Cocktail.git cd Cocktail - Install dependencies:
npm install
npm startThe server will start at http://localhost:3000/
Cocktail/
├── index.js # Main application entry point
├── package.json # Project metadata and dependencies
├── public/ # Static assets (CSS, JS, images)
├── views/ # Template files
├── node_modules/ # Installed dependencies
Pull requests are welcome! Feel free to open an issue if you find a bug or have a feature request.
Happy coding! 🍹