A smarter auto-match system web app for DOTA2 players. Built mainly with React.js, express, and socket.io. Features include real-time search based on "seriousness" level, if you are gaming casually or competitively, customizable profile, and private chatting feature. This app is catered towards those looking for a quicker and more custoizable search for people with the same skills and goals for your gaming session.
- Create the
.env
by using.env.example
as a reference:cp .env.example .env
- Update the .env file with your correct local information
- Install dependencies:
npm i
- Run migrations:
npm run knex migrate:latest
- Check the migrations folder to see what gets created in the DB
- Run the server:
npm start
- Run the app on localhost:3000
- Update the .env file with your correct local information
- Install dependencies:
npm i
- Run the webpack-dev-server:
npm start