CocktailBook - A two day Ruby on Rails project

CocktailBook is a small Ruby on Rails application that I developed in two days as my first project in Le Wagon’s bootcamp. The goal was to design, implement and ship an app from start to end.

I learned how to …

… by implementing following user stories

As a user I can …

gif_of_cocktailbook-search

It is a very simple app. The goal was to practice the MVC pattern with its CRUD actions in a Ruby on Rails application.

Next …

I’d improve the design. Also, to make it a „valid“ app, I would implement user authentication to enable following features:

As a signed in user I can…