- Currency System
- 3 Betting games
This was made as a college project and not as an actual working site as it lacks input sanitation and very prone to injection
- node.js - evented I/O for the backend
- Express - fast node.js network app framework [@tjholowaychuk]
- jQuery
- MongoDB
requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
cd project
npm i
node app
For production environments...
npm install --production
NODE_ENV=production node app