
Check out my student Facebook Group...
It's a great place to get fast support for this course from me, to interact with other students, to post your projects and code, and to access course announcements and extras...
Join Now!
https://www.facebook.com/groups/codemycom/
Set up a static public folder, create an index page with a bootstrap template, and configure express to serve static files on port five thousand, including an about page.
Set up nodemon to automatically restart your server on file changes, install with npm install -D, add a dev script in package.json, and run npm run dev for development only.
Learn how to pass variables from the back end to the front end using handlebars to render dynamic stock market data from a third-party API.
Define and use a callback function to pause an api call until it finishes, then return the result and display the data on the web page.
Loop through a json object from an api with handlebars to print each key and value on screen, including company name and symbol.
Connect the form input to the stock lookup API by dynamically inserting the ticker into the API URL and passing it in the call.
learn how to push your app to the cloud with Heroku, a free-tier web hosting solution, and review pricing while understanding horsepower and adding more diagnose to handle traffic.
Install the Heroku tool belt to connect your terminal to Heroku. Create a Procfile, commit changes, and push to GitHub to deploy a Node app.
Push your node app to Heroku by logging in, adding keys, creating an app, and deploying with git push; view the live URL and optional domain.
Node and Javascript can seem overwhelming at first, but they don'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 Node and how to use it to build awesome web apps.
The course contains 28 videos – and is just over 2 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 Javascript, HTML, or CSS is a plus. I’ll walk you through EVERYTHING.
Node 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 Portfolio app that let's you search stock ticker symbols by connecting to a third party API to collect stock market information about your stocks!
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!