Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cally API

Standalone backend service for Cally.

Run

bun run api:dev

The API listens on API_PORT or PORT, defaulting to 4000.

Current Routes

  • GET /health
  • GET /api/health
  • GET /api/v1/health
  • /api/auth/* via better-auth

Feature domains should migrate here behind /api/v1/* after their request and response contracts are stabilized.

Environment

  • DATABASE_URL
  • BETTER_AUTH_SECRET
  • BETTER_AUTH_URL
  • API_PORT
  • API_CORS_ORIGINS

Use comma-separated origins for API_CORS_ORIGINS, for example:

API_CORS_ORIGINS="https://app.example.com,http://localhost:3000,http://localhost:8081,exp://localhost:8081"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages