Simple API demonstrating CRUD operations in TypeScript with Bun and Elysia.
Clone the project
git clone https://github.com/tr1sm0s1n/bun-elysia-api.git
cd bun-elysia-apiInstall Bun
curl -fsSL https://bun.sh/install | bashInstall dependencies
bun installTest the application
bun testStart the application
bun devOpen browser for the API documentation.