A chess app with multiplayer functionality built with ReactJS and FastAPI.
Clone the project
git clone https://github.com/milkias17/chessGo to the project directory
cd chessInstall dependencies
pip install -r requirements.txt
cd frontend
npm installStart the backend server
uvicorn backend.main:app --reloadStart the frontend server
cd frontend
npm start

