Skip to content

birukindrias/mMChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MChess

A chess app with multiplayer functionality built with ReactJS and FastAPI.

Run Locally

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

Screenshots

App Screenshot App Screenshot App Screenshot

MChess

mMChess

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published