Python · REST APIs
Wines API
Python REST API for product, sales, user, and role management with JWT authentication.
Problem
A product and sales workflow needed a backend that could authenticate users, manage catalog data, and expose sales operations over HTTP.
Technical implementation
I built a Flask REST API with JWT auth, CORS, and namespaced endpoints for authentication, users, products, sales, roles, and summaries.
My contribution
Backend engineer. I implemented the API surface, authentication, and domain models.
API design, authentication, and domain models for products and sales.
Outcome
Public Python API sample on GitHub.
A documented REST backend for a commercial workflow.
Technologies
PythonFlaskREST APIsJWT