KnowBall is a football guessing game that consists of 5 rounds, in each of them a random match of the last seasons of the Premier League will be given. The goal is to get the correct result. If you get the exact result you score more points and if you use the help you will lose 1 point.
Deployed version: https://know-ball-vlx1.onrender.com/
- React
- Tailwind
- TypeScript
- Express
- MySql
- Clone this repo.
- Run
cd client npm install
andcd server npm install
to install dependencies. - Clone know_ball_fixtures.sql file to get mySql DB.
- Create .env file with variables like .env.example and set them with your env ones.
- Run
cd client npm start
to start FE andcd server npm start
to start BE.