Software Subscription Website Build
Budget: £5 – £10 GBP
The website should feature this kind of format: https://senoradevelopment.neocities.org/ This website is just a skeleton and all buttons are redirects. I want supabase and stripe integration. Users should be able to subscribe and unsubscribe from my bots subscription. Each subscription has a list of bot IDs it allows the user to use. After subscribing their subscription should be stored in a database as the following: User ID | Bot IDs EXAMPLE: 172738447 | 2637448,284848,293847 The database should be accessible via HTTP request. The request would give the user if and it will return the list of bot ids that user has access to. Admin accounts should be able to manage the subscriptions config such as price, bot ids, description, title. Admin accounts should be stored in the database with the other users with the only difference being an “admin” column says they’re an admin but it says everyone else is a non admin. Users should sign in via the discord authentication supabase integration. I’m sending this to my web developer how can I make it better so they understand it completely
Related categories:
PHP
Software Architecture
MySQL
HTML
Web Development
Database Management
API Development
Discord API