A free and simple solution to running your own purchase hub for Roblox.
This is a work in progress - The roblox counterpart of this might be released, probably not though
Questions? Contact me on discord @justj2 or email at jayden@jae.quest
Other services that do all of this and more:
Parcel
myPod
dash (coming soon)
Clone the project
git clone https://github.com/wizdaif/dash
Go to the project directory
cd dash
Install dependencies
npm install
Configure Required Files
- Edit .env file with this template
DISCORD_TOKEN=bot token here
CLIENT_ID=bot client id here
CLIENT_SECRET=bot client secret here
APP_URI=app url here
API_KEY=api key here
MONGODB_URI=mongodb url thing here
- Edit configuration.ts with this template
export const config = {
allowedIds: [''] // this will set who can access the web dashboard
// other stuff here idk
}
Start the server
npm run start