/ChessInsights-react

Chess Insights from the games of a player.

Primary LanguageJavaScript

Chess Insights

Chess insights drawn by analyzing Chess.com games of a player.

Screenshot Map Screenshot

Installation

MONGO_URL = <url-to-your-mongo-db>
PORT=5001
  • Install all the dependencies using:
npm i
npm i
  • Add a .env.local file to the client directory. Inside add:
REACT_APP_BASE_URL=http://localhost:5001
  • Open up two terminals and run these commands:
cd server
npm run dev
cd client
npm run start
  • This should automatically open react, it may take a while to load...