-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shipping Service #5
base: master
Are you sure you want to change the base?
Conversation
…, set up environment.
…r to shipping.rb and started testing
Merge branch 'master' of github.com:rishallen/shipping-service
Hi! Will you provide a link to your betsy code? :) &if it's deployed to heroku those links as well |
@@ -0,0 +1,28 @@ | |||
== README |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend updating the rails generated readme with info about your project (even a copy paste of the project requirements), it's helpful for if you look back over projects later on
Really nice job with this project! I remember this being one of the most challenging projects for me. You did a really great job separating logic to calculate shipping cost on your model with lots of great helper methods and keeping your controller focused on sending information back through the API. |
Yordanos and Risha
This was a challenging and yet very amazing project. It was interesting to see how programs can interact with each other.