A social recipe platform where Peeps can upvote recipes that matter to them.
Our site hosted on Heroku
Clone this repo
git clone https://github.com/harrygalliano/ReciPeeps.git
Install gem requirements
bundle install
Set up you local database
bin/rails db:create
bin/rails db:migrate
Run rspec to see if it works
bundle exec rspec
Run a rails server
bin/rails server
Open up a new tab in your browser and connect to the url:
http://localhost:3000
We love you too! Please follow these simple steps;
- Follow the setup process above
- Create a branch on your local
- Push changes to the branch
- Create a pull request
An awesome member of our team (probably Andy) will review your suggestions.
Thank you in advance for your contribution.