A place for coffee aficionados to track and/or rate different types of coffee they try as well as stay apprised of what’s good in a coffee-centric social forum.
Coffee Cups is a tiny Content Management System (CMS) that allows users to, upon creation of an account:
- Create, rate, track, edit, and delete cups of coffee they consume
- Publish new coffee beans and coffee roasters to the app's public library of Coffees and Roasters
- View what other users are sippin' on
- Receive recommendations for new coffees to try
Clone the repository
bundle install
rake db:migrate
rails s
For use of GitHub OAuth login, start up server with
thin start --ssl -p 3001
Visit specified port in browser
Bug reports and pull requests are welcome, with adherence to the Code of Conduct
-
Fork the repository
-
Clone the fork
-
Make a git branch
- Switch to that branch
-
Install dependencies
-
Make some commits
-
Open a Pull Request
- Choose branch you were working on
The project uses the MIT License