0.0.3-l • Published 7 months ago
@chahut/api v0.0.3-l
Elysia with Bun runtime
Getting Started
To get started with this template, simply paste this command into your terminal:
bun create elysia ./elysia-exampleDevelopment
To start the development server run:
bun run devEdit your .env
There is an example of needed .env to run the api
MISTRAL_API_KEY=mistral_api_key
BASE_URL=url_de_lapp_front
DATABASE_URL=url_de_la_db
GITHUB_CLIENT_ID=github_client_id
GITHUB_CLIENT_SECRET=github_client_secretOpen http://localhost:3000/ with your browser to see the result.