You can perform some actions with the Pay Mobile Web Admin
Visit: Pay Mobile Full Stack to access the full stack code of the software (i.e the Back End and the Web Admin Front End)
Note: The server running this app has already been deployed to render.com, which means you can immediately clone this repo, run it and start using it (i.e The backend is already connected).
Since every username on the app is unique, transfers are performed with usernames. Just enter the @username
of the user and you can easily transfer funds
flutter pub get
{
"username":"lere",
"pin":"7171",
"password":"test123",
}
{
"username":"johndoe",
"pin":"7171",
"password":"test123",
}
{
"username":"alice",
"pin":"7070",
"password":"test123",
}
{
"username":"bob",
"pin":"7474",
"password":"test123",
}
This is the official Nodejs server code that this app is running on Pay Mobile Server
After you are done with configuring the server, dont forget to update the uri in the global_constants.dart file
- Locate lib\core\utils\global_constants.dart and edit line 6 using the server URL you generated or created. Changes will apply globally. Check Below:
6. const String uri = "https://transfer-dayo-niyi.onrender.com";
To
6. const String uri = "Your server URL";
Pull requests are welcome. If you encounter any problem with the app or server, you can open an issue.
This project is licensed under the MIT License - see the LICENSE file for details.