Skip to content
CodeSook
CodeSook

01. Welcome to Backend workshop


effect2.svg

เนื้อหาใน workshop นี้จะเกี่ยวกับการทำ Backend ด้วย Hono + Typescript นะครับ

มาดูเนื้อหาคร่าวกันก่อน

  • About API Architecture that we use in this Workshop
  • Basic knowledge
  • Setup project
  • Setup tsconfig + eslint + build script
  • Setup database connection (might be Prisma)
  • Implementing database functions and integration
  • Implementing the Core services for our Business logic including reporting and filtering
  • Implementing API Docs and Schema
  • Create handlers
  • Build App keep ready to deploy
  • E2E typesafe

completed code

day1 github