This app enables customers to browse through our large collection of beers, save beers to their personalized list, and submit new ones! The app includes a Mix & Match Card game to test your memory skills for fun!
- Ruby on Rails
- Active Model Serializer
- Rack
- Active Record
- Fork this repo
- In terminal run
bundle install - In terminal run
yarn install --check-files - In terminal run
rails db:migrate - In terminal run
rails db:seed - In terminal run
rails s - Visit http://localhost:3000/rails/info/routes to view all available routes
- Go to Frontend Repository link below and follow steps to finish setup
- Stacey Carrillo
- Anthony Jimenez (helped to debug)