P2P Platform
A modern web application has been created for online currency exchange based on user request submissions with subsequent semi-automatic processing by administrators.
Main features of the platform:
= Multilingualism (i18n): Full support for multiple language localizations to scale the client's business into foreign markets.
= Real-time requests: Users see current rates, fill out an intuitive form, and the administrator instantly receives a notification about the new request for follow-up.
= Security: A secure backend that validates all input data and safely stores operation logs.
Technologies:
- FastAPI — for the backend and API implementation
- SQLAlchemy + MySQL — for database management
- React — for the frontend
Main features of the platform:
= Multilingualism (i18n): Full support for multiple language localizations to scale the client's business into foreign markets.
= Real-time requests: Users see current rates, fill out an intuitive form, and the administrator instantly receives a notification about the new request for follow-up.
= Security: A secure backend that validates all input data and safely stores operation logs.
Technologies:
- FastAPI — for the backend and API implementation
- SQLAlchemy + MySQL — for database management
- React — for the frontend