CodeYourFuture / node-cv-app

~~~the Node-powered CV of your dreams ~~~
0 stars 13 forks source link

Node CV App

Morning!

We've set up another repository for you to fork (grab a mentor if you're curious or confused about all the boilerplate).

Goal

Remember the CV you made all those months ago? This week you will be building an updated version powered by Node.js. You will fetch data from a real-world API (the Github API), perform some operations on that data, and then use it to populate Handlebars templates (this should sound familiar, because you did a similar thing last week). Finally, you will deploy your CV to the internet.

Practical tasks

API client

Controllers

Middleware

Questions to think about

Extension tasks

Deploying to Heroku

Important concepts