SOKOCONNECT is the backend of a mini e-commerce platform built using Flask and MySQL.
It provides RESTful APIs for managing products, orders, payments, and user authentication — forming the backbone of a scalable online store.
- Product Management – Add, edit, delete, and retrieve product details.
- Order Handling – Create and track customer orders.
- Payment Integration – Secure payment flow (Paystack supported).
- User Authentication – JWT-based login and registration system.
- Database Management – MySQL integration for structured, persistent data.
- Modular Architecture – Clean and maintainable code structure using Flask Blueprints.
| Layer | Technology |
|---|---|
| Backend Framework | Flask (Python) |
| Database | MySQL |
| ORM | SQLAlchemy |
| Authentication | Flask-JWT-Extended |
| Payment Gateway | Paystack |
| Environment Management | Python-dotenv |
git clone https://github.com/your-username/SOKO-CONNECT.git
cd SOKO-CONNECT