Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Product Catalog API

A Flask-based REST API for managing products. Provides 3 endpoints for product listing and retrieval.

Stack

  • Python 3.10+
  • Flask
  • SQLite for local storage

Endpoints

Method Path Description
GET /health Health check
GET /api/products List all products
GET /api/products/:id Get product by ID

Running

pip install -r requirements.txt
python app.py