Skip to content

Python Flask + PostgreSQL + React TS, online ranked sudoku with scoreboards

Notifications You must be signed in to change notification settings

fiskmoz/best-online-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

best-online-sudoku

Ranked sudoku with scoreboards

vscode extensions

Python
Pylint

Start venv in terminal (bash)

cd backend
py -m venv venv
source venv/Scripts/activate

Installing requirements and deactivating

pip install -r ../requirements.txt
deactivate

If vscode fails to lint etc, select the virtual environment as the interpreter

ctrl+shift+p
python select interpreter
venv/Scripts/python  

To enable vscode formatting add this to user settings JSON

"python.formatting.autopep8Args": ["--max-line-length", "120", "--experimental"],

Updating packages

pip install pip-upgrader
pip-upgrade

About

Python Flask + PostgreSQL + React TS, online ranked sudoku with scoreboards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published