Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lundjrl/elysia-article
Demo code for Elysia article
https://github.com/lundjrl/elysia-article
bun docker elysiajs typescript
Last synced: about 1 month ago
JSON representation
Demo code for Elysia article
- Host: GitHub
- URL: https://github.com/lundjrl/elysia-article
- Owner: lundjrl
- Created: 2024-03-21T17:14:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T12:46:19.000Z (9 months ago)
- Last Synced: 2024-03-25T23:27:39.152Z (9 months ago)
- Topics: bun, docker, elysiajs, typescript
- Language: TypeScript
- Homepage: https://dev.to/lundjrl/rest-apis-with-elysiajs-37pl
- Size: 9.77 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 run this api, you need an api [token](https://docs.trefle.io/docs/guides/getting-started) from trefle.io.
After receiving a token, copy the `env.example` file to `.env` and paste your token there.
## Development
To start the development server run:
```bash
bun run dev
```Open http://localhost:3000/ with your browser to see the result.