atomic-ehr
v0.0.1-preview.1
Published
Atomic EHR: Ultrasonic FHIR Server with Extensions
Readme
Bun HTTP Server
A basic HTTP server built with Bun and TypeScript.
Features
- Fast HTTP server using Bun runtime
- TypeScript support
- Hot reload in development
- Simple routing examples
- Health check endpoint
- JSON API endpoints
Prerequisites
Make sure you have Bun installed:
curl -fsSL https://bun.sh/install | bashInstallation
Install dependencies:
bun installRunning the Server
Development (with hot reload)
bun run devProduction
bun run startThe server will start on http://localhost:3000
API Endpoints
GET /- Welcome messageGET /api/health- Health check endpointGET /api/hello?name=YourName- Personalized greeting
Building
To build the project:
bun run buildThis will create a dist folder with the compiled output.
TODO
- implement context ideas
