Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 313 Bytes

backend.md

File metadata and controls

17 lines (15 loc) · 313 Bytes

Backend

  • What is a server?
  • What is Node.js?
  • Node
    • What does require do?
    • What is process?
  • Express
    • What is middleware?
    • How would I create a route?

API

  • What is REST architecture?
    • Can you give an example?

Databases

  • What is an ORM? ODM?
  • Difference between SQL and NoSQL?