CREATE TABLE api_keys ( id SERIAL PRIMARY KEY, api_key TEXT NOT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP );
cd backend/cmd/server go run main.go
brew services start postgresql psql postgres
brew install httpie # on macOS http GET http://localhost:8080/health http POST http://localhost:8080/apikey