- What is Node?
- Client / Server Model
- Database Introduction
createdb freshJobs
knex migrate:latest
- Like npm install but for your database structure
- Setup
npm run dev
- File structure
- public
- views
- migrations
- Deploying to heroku
- Models / Collections
createdb freshJobs
knex migrate:latest
npm run dev