Course Information
Course Overview
Build a Cool Stock Quote App In Rails
Ruby on Rails can seem overwhelming at first, but it doesn’t have to be! In this course I’ll walk you through it step by step and you’ll be building your first web app in MINUTES. You’ll be amazed how quick and easy it is to create very professional looking websites, even if you have no programming or web design experience at all.
Watch over my shoulder as I build a cool Stock Market app step by step right in front of you. You’ll follow along and build your own copy. By the time we’re finished, you’ll have a solid understanding of Ruby on Rails and how to use it to build awesome web apps.
The course contains 42 videos – and is just over 3 hours long. Watch the videos at your own pace, and post questions along the way if you get stuck. You don’t need any special knowledge or software to take this course, though any experience with HTML or CSS is a plus. You don’t even need to know the Ruby programming language. I’ll walk you through EVERYTHING.
Ruby on Rails is a great web development tool and learning it has never been this easy.
What We'll Build...
We'll build a cool Stock Market app that let's you look up stock quotes and financial information and save it to a database.
Users can create an account and sign up to your website, log in, add stocks, check stock prices and all kinds of other cool financial information.
We'll style the website using the popular Bootstrap CSS framework (I'll show you how to use it!)
Sign up today and I'll see you on the inside!
Course Content
- 8 section(s)
- 103 lecture(s)
- Section 1 Installing Ruby On Rails
- Section 2 Creating The Basic Rails App
- Section 3 Styling The App With Bootstrap CSS
- Section 4 Stock Quote API
- Section 5 Creating a User Management System
- Section 6 Creating A Stock Database Table
- Section 7 Using Professional Webhosting For Our App - For Free!
- Section 8 Old Course Videos
What You’ll Learn
- Build Web Apps With Ruby On Rails
- Build Your Own Stock Market Website
- Understand the Bootstrap CSS Framework
- Use Databases with Ruby on Rails
Reviews
-
AAndre Monteiro
Hi Teacher, I could not advance due to the fact the stock quote did not work for me looks like it have been deprecated. Do you have any replacement for that?
-
LLagnajeet Das
I really loved this course. Very detailed with a lot of context that is quite helpful for beginners in ROR.
-
NNirupama
I have learned many thing from this course .like how to install all the required software on our system. Thank You.
-
SSx_James Tan
Clear but not deep content. 1. Why we need to set up the database while we already got a stock API? 2. Why not set up the default user_id in controller while creating a form field and then hide it in the frontend?