Skip to content

shundaime/cocktails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cocktails

Get random cocktails with ingredients and instructions on how to make them!

Run Locally

Clone the project

  git clone https://github.com/shundaime/cocktails.git

Go to the project directory

  cd cocktails

Docker

  docker compose up -d

Have fun locally

Run online

https://test-cocktail-paradise.netlify.app/

Running Tests

To run tests, run the following command

  npm run test