Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 646 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 646 Bytes

Cocktail Guru

Tired of the standard cocktails on weekends? Try new ones!

This application was built as a demonstration of feature flags to play with them use the toggled branch and you will need run also the backend and the feature manager in the repository FeatureFlags. It consumes the api provides by The cocktail Db.

How to use

Install dependencies fist with:

npm install

Run the application using:

npm start

Then open http://localhost:3000 to view it in the browser.

Or run using the dockerfile inside the project