by Han Kim
Today we'll explore the wonders of Koa, a 🔥 backend node.js
framework that is growing in popularity, and AngularJS, the single page stunner 🌟
We're going to be live coding a simple decoupled app that lets you send fun gifs using the Giphy API!
Feel free to star this repo for future practice and reference!
- Intro
- Boot It Up
- Directory Structure
- Dependency Injection
- States
- Controllers
- Services & Factories
- Directives
Note: This part of the notes is WIP!
- User Auth
- Server side Auth
- Client Side Auth
- Hook up to Giphy API!\
See the final sample app: https://github.com/hankim813/dbc-sample-app
Go to Koa: Intro