Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 828 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 828 Bytes

Table of Contents

Day 36 - Working in a Backend Node Environment

Topics

  • 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

Review

  • Models / Collections

Notes

Code

Assignments

Blog List View

Resources