Skip to content

A Ruby on Rails web application for creating, managing, and sharing cocktail recipes. Perfect for mixologists and cocktail enthusiasts looking to expand their drink repertoire.

Notifications You must be signed in to change notification settings

shliamin/Rails-Mister-Cocktail

Repository files navigation

Rails Mister Cocktail

Efim Shliamin

This is a Ruby on Rails project for managing cocktails. The application allows you to create, view, edit, and delete cocktails with various ingredients.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

Ruby 3.1.0
Rails 6.1.0
PostgreSQL

Getting Started

Clone the repository to your local machine:

git clone https://github.com/shliamin/Rails-Mister-Cocktail.git
cd Rails-Mister-Cocktail

Install the required gems:

bundle install

Set up the database:

rails db:create
rails db:migrate
rails db:seed

Start the server:

rails server

Tests

Run the following command to execute the test suite:

rails test

Usage

Once the server is running, you can:

  • View a list of cocktails
  • Add a new cocktail
  • Edit an existing cocktail
  • Delete a cocktail

About

A Ruby on Rails web application for creating, managing, and sharing cocktail recipes. Perfect for mixologists and cocktail enthusiasts looking to expand their drink repertoire.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages