Skip to content

architux/ObservabilityTraining2025-1-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObservabilityTraining2025-1-docker-compose

An example CRUD service backed by Flask and PostgreSQL database.

Should be started via Docker Compose with the .env file having all the necessary environmental variables, as stated in the .env_example file.

API Endpoints

Health Check Endpoints

  • GET /health: Liveness probe
  • GET /ready: Readiness probe

CRUD Endpoints

  • GET /users: Get all users
  • POST /users: Create a new user
  • GET /users/<user_id>: Get a particular user by ID
  • PUT /users/<user_id>: Update a particular user by ID
  • DELETE /users/<user_id>: Delete a particular user by ID

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published