GitXplorerGitXplorer
S

Bun-web-server

public
5 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
a505d3485338b4fb75131e45822e7de6a53148c9

Merge pull request #8 from Sadeedpv/unit-test

SSadeedpv committed a year ago
Unverified
f5f89af322f5ba6552de816fc9658b5455670d90

Add unit-test for POST PUT PATCH and DELETE

SSadeedpv committed a year ago
Unverified
6a0a8d3e036aa51564823a0d03afd5c9f3eafb35

Intergrating unit test with bun:test

SSadeedpv committed a year ago
Verified
a6b6fe3d954c2548ed45c39f610060e985abbd90

Merge pull request #7 from Sadeedpv/middleware

SSadeedpv committed a year ago
Verified
1fe70c1df19f2dde454680ad8e11708167bb31bf

Merge pull request #6 from Sadeedpv/middleware

SSadeedpv committed a year ago
Unverified
2aee0c82d94aef299c9ee11f3faa1187de2053bf

Feat: Auth and Testing

SSadeedpv committed a year ago

README

The README file for this repository.

Elysia with Bun runtime

Getting Started

To get started with this template, simply paste this command into your terminal:

bun create elysia ./elysia-example

Development

To start the development server run:

bun run dev

Open http://localhost:8000/ with your browser to see the result.