Skip to content

redcomp16/checkchesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

221 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title CheckChesser Backend
emoji ♟️
colorFrom blue
colorTo indigo
sdk docker
app_port 7860
pinned false

Setup

1. Clone repository:

git clone https://github.com/redcomp16/checkchesser

cd checkchesser

2. Setup and run backend (terminal 1):

python -m venv venv

./venv/Scripts/activate

pip install -r requirements.txt

cd backend

python manage.py runserver

3. Setup and run frontend (terminal 2):

cd frontend

python -m http.server 5500

4. Access app:

Open in browser: http://localhost:5500/Website.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors