Micro Foods Market
- Python
- Flask
- SQLite
- Docker
- REST APIs
- JWT
A Dockerized Flask microservices backend for a food marketplace, with REST APIs, JWT authentication, SQLite, and service orchestration.
More details
Problem
A distributed marketplace backend needs clear service boundaries for authentication, orders, search, logging, and product management.
Approach
Built 5 Flask microservices with REST endpoints, JWT-based authentication, SQLite persistence, Docker Compose networking, and separated transaction workflows.
Result
Created a cloud-deployment-ready backend foundation that strengthened service orchestration, authentication, and reusable architecture patterns.