This is a Ruby on Rails project for managing cocktails. The application allows you to create, view, edit, and delete cocktails with various ingredients.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
Ruby 3.1.0
Rails 6.1.0
PostgreSQL
Clone the repository to your local machine:
git clone https://github.com/shliamin/Rails-Mister-Cocktail.git
cd Rails-Mister-Cocktail
bundle install
Set up the database:
rails db:create
rails db:migrate
rails db:seed
Start the server:
rails server
Run the following command to execute the test suite:
rails test
Once the server is running, you can:
- View a list of cocktails
- Add a new cocktail
- Edit an existing cocktail
- Delete a cocktail