#Sveltekit Chess
##Description
My attempt at a full stack web application for multiplayer chess gameplay using Sveltekit and Fast API.
###Future Vision of Project
- Add 'Play Computer' option to play against
https://github.com/EthanTCruz/chess_model
(after implementing MCST?)
- Deploy in K8s
###How to Use:
- Open a terminal
- cd into project directory
pip install -r requirements.txt
- cd into
backend
uvicorn api.src.main:app --reload
- Open a new terminal
- cd into
frontend
npm run dev
- Navigate to
http://localhost:5173/
- Create an account and explore
a. Once logged in click Play Game button
b. Play Game is only for multiplayer use, so will have to create another account for use in a different browser account (user tokens are shared across profile) to test