Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiti-dev/lakeside
My personal monolithic services' APIs built with bun for serving my stupid apps quickly
https://github.com/thiti-dev/lakeside
bun elysia mongodb prisma reflect-api
Last synced: 1 day ago
JSON representation
My personal monolithic services' APIs built with bun for serving my stupid apps quickly
- Host: GitHub
- URL: https://github.com/thiti-dev/lakeside
- Owner: Thiti-Dev
- Created: 2024-04-11T15:41:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T05:59:31.000Z (9 months ago)
- Last Synced: 2024-11-10T01:07:13.105Z (about 2 months ago)
- Topics: bun, elysia, mongodb, prisma, reflect-api
- Language: TypeScript
- Homepage: https://lakeside-service.onrender.com
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elysia with Bun runtime
## Getting Started
To get started with this template, simply paste this command into your terminal:
```bash
bun create elysia ./elysia-example
```## Development
To start the development server run:
```bash
bun run dev
```Open http://localhost:3000/ with your browser to see the result.