Skip to content

Handlebars version of the Resume Application for the Udemy IBM Bluemix Application Development course.

License

Notifications You must be signed in to change notification settings

glindsay65/udemy-bluemix-handlebars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handlebars Resume

This is the source code for the tutorial application associated with the "IBM Bluemix Application Development" course on Udemy.

This is the second version of the resume application. It is based on the initial static version, but incorporates dynamic content from a JSON file using the Handlebars.js templating engine.

The handlebars resume can be run locally or uploaded to IBM Bluemix and run from there.

Throughout the course, we will continue to expand and build on this version.

How to install

  1. First, make a fork of this repository (repo) by following these instructions in the github documentation.
  2. Then, clone your new repository to your local machine by following these instructions.
  3. From a terminal or command console, change to the directory where the cloned files are. (Hint: The package.json file should be in this folder.)
  4. Type: npm install to install the required dependencies for the application.
  5. Then, if there were no issues, type npm start to start the node.js application.
  6. If the server starts, it will display the address and port where it is listening locally.
  7. Now, you can point your browser to that location and see the resume. You can also upload the files to IBM Bluemix and run the application there.
  8. You can also change the data in the data file (at data/resume.json) and reload the page to see your changes reflected in the resume.

Where to get help

  1. Review the course (if you are enrolled.)
  2. Stack Overflow (for generic Node, Express, Handlebars, Bluemix or Git questions)
  3. Google/Bing
  4. Contact the author (always happy to help.)

About

Handlebars version of the Resume Application for the Udemy IBM Bluemix Application Development course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published