Appearance
A minimal REST API for managing users, backed by PostgreSQL.
GET /health
GET /users
GET /users/{id}
POST /users
go run .
Requires a PostgreSQL database. Set DATABASE_URL to configure the connection.
DATABASE_URL