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
PostgreSQLClone the repository to your local machine:
git clone https://github.com/shliamin/Rails-Mister-Cocktail.git
cd Rails-Mister-Cocktailbundle installSet up the database:
rails db:create
rails db:migrate
rails db:seedStart the server:
rails serverRun the following command to execute the test suite:
rails testOnce the server is running, you can:
- View a list of cocktails
- Add a new cocktail
- Edit an existing cocktail
- Delete a cocktail