This project is a minimal Flask API created to demonstrate backend development fundamentals with docker support also.
| Method | Path | Description |
|---|---|---|
| GET | / |
Returns a "Hello, World!" message |
| GET | /health |
Health check endpoint to verify the API is running |
git clone https://github.com/mrodr359/small-api.git
cd small-apidocker build -t smallapi .
docker-compose up -d