Appearance
Start here (for beginners)
This page explains ExchangePro in simple terms before you touch any technical steps.
What did you buy?
ExchangePro is software to run a currency exchange website. Your customers can see rates, start an exchange, upload payment proof, and track status. You manage everything from an admin panel.
Two parts - why?
| Part | Folder | Think of it as… |
|---|---|---|
| Backend | backend/ | The engine - saves users, exchanges, settings, sends email |
| Frontend | frontend/ | The face - pages visitors see and click |
Both must be installed and connected. The frontend talks to the backend over the internet (API).
Is there a one-click installer?
No. There is no web wizard inside the product. You install the Laravel backend and Nuxt frontend manually using our step-by-step documentation (including cron and optional queue on production).
See Installation overview or the package file INSTALL.md at the ZIP root.
Can I install this myself?
Honest answer
If you have only used WordPress before, you will likely want a developer or your hosting provider's help. If you are comfortable with cPanel, databases, and uploading files, you can follow our guides.
Choose your path
| You are… | What to do |
|---|---|
| Non-technical | Hire a developer; give them this documentation and INSTALL.md |
| Familiar with hosting | Follow Full install checklist |
| Developer | Backend → Database → Frontend → Deployment |
Critical first step - admin account
The first person who registers at /signup becomes administrator when no admin exists yet.
- Install both apps (or run locally).
- Open
/signupand register yourself before the site is public. - Sign in - you land in
/admin.
See First admin account.
Where to go next
- Requirements - PHP, Node, database versions
- Installation overview - order of steps
- Configuration -
.envvariables - Customization - branding without code
- Support - how to contact Xorin Lab
Live demo & docs
- Live demo: exchangepro.xorinlab.com — preview logins are in
DEMO_CREDENTIALS.txtat the ZIP root (not created on your own install) - Offline docs: open
doc/index.htmlfrom the ZIP (no internet required) - Support: support@xorinlab.com