Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 954 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 954 Bytes

@blueprint/with-elysia

🔌 Port 3000

📚 Swagger

This is an app blueprint for a REST API with Elysia including the following features:

  • OpenAPI documentation
  • Bearer auth
  • Security headers
  • Error handling

Setup

  • To use the auth feature you need to create a Clerk account and get your secret and jwt key.
  • Copy the .env.example file and rename it to .env, then adapt the values where required.

Tasks

# start development server
turbo dev --filter=with-elysia

# format files
turbo format --filter=with-elysia

# check format and lint
turbo check --filter=with-elysia

# check types
turbo typecheck --filter=with-elysia

Tech Stack