Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 612 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 612 Bytes

bun-party

This repo is to try out Bun JS for learning purposes

Pre-requisite

  • Install bun compiler
  • vs-code

Create a fork from this git and try out the below list of programs to understand the Bun env

  • Hello world program
  • install Turso DB or Mongo DB
  • connect DB with Bun
  • use Elysia and create CRUD operations
  • use HTMX, mustache template engine to create a form and table
  • use SPA design to navigate to multiple pages
  • Create a socket app using Bun/Elysia and a view page using HTMX
  • setup an OAuth2 authentication and design user management DB
  • write up a test case to test all the above