Skip to content

milkias17/mchess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 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

About

A hobbyists chess website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published