Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 324 Bytes

journal.md

File metadata and controls

12 lines (11 loc) · 324 Bytes

Week 1

  • Initialize web framework
  • Initialize database
  • Implement sign in with cookie/session
  • Implement sign up
  • Implement get/edit user profile

Week 2

  • Add cache for session
  • deploy web server with kubernetes
  • deploy database with kubernetes
  • deploy redis with kubernetes