REST API 101

YASE - Yet Another Software Engineer

REST API 101

From design to implementation

  1. API Design
  2. Route Naming
  3. Naming route functions
  4. HTTP methods
  5. Interfaces
  6. Setup git repo
  7. Setup new FastAPI project
  8. Pagination
  9. Authentication
  10. Logs
  11. Type checking
  12. Tests
  13. Docs
  14. Commands