OP 14 July, 2023 - 06:23 PM
Hey,
I'm looking for a webapp developer who can transform a python code to webapp (python/node.js/or other) with the following:
I'm looking for a webapp developer who can transform a python code to webapp (python/node.js/or other) with the following:
- working with Binance API
- user dashboard
- admin dashboard
- Ticket System and Live chat
- registration only available via invite from the admin dashboard (invite code or unique link generated and store in SQL to check if used or not)
- statistics on both dashboards (user statistics based on the user, overall statistics on admin dashboard)
- subscription (automatic payment process for subscriptions)
- each user settings will be saved separately on SQL
- python code(or node.js or other if the code was transformed) will run in the background (each thread for each user with their own settings from the database)
- SQL data will be encoded for security
- Bonus: integration with cloud provider (aws/azure/vultr/digitalocean/etc) using API to deploy a linux vps [most basic] (no access to the user) for the script to run for each active subscriber (will auto terminate the cloud when subscription runs out) and web socket into the machine from the user dashboard to start/stop the script if the user want to.