Skip to content

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

License

Notifications You must be signed in to change notification settings

glindsay65/udemy-bluemix-cloudant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudant Resume

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

This is the third version of the resume application. It is based on the second, handlebars, version, but integrates with Cloudant for data.

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

This is the final version of the Resume Application.

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. TODO Add instructions for creating/populating the Cloudant DB.
  8. 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.
  9. 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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published