A simple cocktail app that lets you search for cocktails using a public API.
Make sure you have the following installed:
- Clone the repository:
git clone https://github.com/borrison-s/Cocktail-App.git cd cocktail-app
- Install dependencies:
npm i
- Start the server with nodemon
nodemon index.js