Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 414 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 414 Bytes

Bun + Elysia + React test TODO app

This is a test TODO list app built with Bun, Elysia and React.

TODO app screenshot

Running the project

To start the development server run:

bun run dev

Open localhost:3000 in your browser to see the frontend app.
You can view & test all API routes at localhost:3000/swagger