- Recap last week
- Previous homework
- Questions & answers (Q&A)
- Persisting data beyond the lifetime of the app
- Accessing file system using build-in
fs
module - Example
- Accessing file system using build-in
- Building a command line interface (CLI)
- Accessing command line arguments using
process.argv
- Example
- Accessing command line arguments using
- CRUD operations, create, read, update and delete
- Homework
Last week we looked at building an HTTP server. That server allowed us to get a state and manipulate it (add, subtract, reset).
Videos:
Documentation:
Read parts 3.1, 3.2, 4.1, 4.3 of Airpair tutorial
Check README.md in homework
subdirectory.