Skip to content

Baterka/CSGOHunt.com-Copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)