This project was private and paid. I made it public after client lost interest in it. It means it will never be updated and there is no guarantee that it works and does not have security flaws. Enjoy!
Almost identical copy of CSGOHunt.com from 2018. Full NodeJS project.
Requires Node.js 8+ and MariaDB 10.2+ database to run.
Install the dependencies:
$ npm install
Rename config.index.js file to index.js and fill all required data.
Start website:
$ node bin/www
Start servers:
$ node servers/[jackpot|coinflip|chat].js
Start bots:
$ node bot/[jackpot|coinflip].js
I recommend using pm2 for managing bot.
- Code revision
- Testing
- Rewrite to Non-relational database (MongoDB)