Challenger is a matching app that helps users to find people who like the same game and want to challenge each other; who is the best in the game? Also search for companions ( andperhaps new friends).
Run the following code in your terminal.
git clone https://github.com/LarsHVA/Challenger.git
git install
Make a .env
file with:
URI = //URI of MongoDB
SESSION_SECRET = //Random key
TWITCH_CLIENT_ID = //Twitch client id
TWITCH_APP_ACCESS_TOKEN = //Twitch app access token
MAIL= //Gmail mail
PASSWOORDMAIL= //Gmail passwoord
Database: Project;
Collection: users;
When the setup is complete
run npm start
in the terminal. You can find the app under http://localhost:8000/