Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.06 KB

CSGOHunt.com - Copy

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.

Powered by

Installation

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.

What you can do for project

  • Code revision
  • Testing
  • Rewrite to Non-relational database (MongoDB)