Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 418 Bytes

Customer Orders Service

A simple Flask-based REST API to manage customers and orders with OpenID Connect authentication and SMS notifications.

Features

  • Add and manage customers
  • Add and manage orders
  • Authentication via OpenID Connect
  • SMS notifications using Africa's Talking API

Setup

  1. Clone the repository:
    git clone https://github.com/yourusername/my_service.git
    cd my_service