Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theomer77/elysia-test
A test TODO list app built with Bun, Elysia and React.
https://github.com/theomer77/elysia-test
bun bunjs elysia elysiajs react reactjs typescript
Last synced: 16 days ago
JSON representation
A test TODO list app built with Bun, Elysia and React.
- Host: GitHub
- URL: https://github.com/theomer77/elysia-test
- Owner: TheOmer77
- Created: 2023-10-14T15:10:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T10:14:25.000Z (about 1 year ago)
- Last Synced: 2024-10-25T10:43:16.108Z (2 months ago)
- Topics: bun, bunjs, elysia, elysiajs, react, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun + Elysia + React test TODO app
This is a test TODO list app built with Bun, Elysia and React.
![TODO app screenshot](./screenshot.png)
## Running the project
To start the development server run:
```bash
bun run dev
```Open [localhost:3000](http://localhost:3000/) in your browser to see the frontend app. \
You can view & test all API routes at [localhost:3000/swagger](http://localhost:3000/swagger)