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