Zevrin is a mono repository containing both the backend and frontend codebases for an online marketplace where buyers, sellers, and dealers can trade consumer goods on a common platform.
The system integrates credit scores to enable trust-based transactions and provides dealer profiles so users can connect with top-rated dealers.
Built with FastAPI, it follows the MVC architecture for maintainability, uses MongoDB for storage, and JWT authentication for secure access. Fully containerized with Docker, it can be deployed easily on any compatible environment.
- Trading Platform – Connect buyers, sellers, and dealers.
- Credit Score Integration – Trust-based transactions.
- Dealer Profiles – View top dealers and their details.
- MVC Architecture – Clean and scalable project structure.
- JWT Authentication – Secure login and access control.
- Frontend: React
- Backend: FastAPI
- Database: MongoDB
- Containerization: Docker
Zevrin/
│── frontend/ # React frontend
│── backend/ # FastAPI backend
│ ├── app/ # Application code (MVC)
│ ├── models/ # Data models
│ ├── services/ # Business logic
│ ├── requirements.txt
│ ├── Dockerfile
│ ├── .env.example
Developed by Aswajith S
© 2025 Aswajith S. All rights reserved.
This project is proprietary software. Unauthorized use, copying, modification, or distribution is prohibited.