Skip to content

nikhil-ravi/ChessInsights-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...