This project aims to build a 3-model app with a many to many relationship (n:n). It's a cocktail manager to store your favourite cocktails recipes.
Languages: Ruby, Javascript, CSS, HTML, erb
Database: PostgreSQL
Frameworks: Rails, Active Record
Service: Cloudinary
API: TheCocktailDB
- View all the cocktails
- View a cocktail's ingredients and doses
- Add a new cocktail with name and photo
- Add a new ingredient and its dose with a description
- Delete a cocktail
- Delete an ingredient and dose
The project is done.
However some additional features could be added in the future such as sign up/login (devise), scoping actions depending on who is the cocktail's creator (pundit), saving favourite cocktails.
- Cocktails images scraped from BBC Good Food
- Project built during Le Wagon coding bootcamp batch#280 (2016)