diff --git a/README.md b/README.md index 9cf649f..a129c08 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # demotel-product-catalog +The product catalog stores broadband products offered by DemoTel. + +## Initial products + +- FTTP100 +- FTTP500 +- FTTP1000 + +## Future API endpoints + +- GET /products +- GET /products/{id} +- POST /products +- PUT /products/{id}