fiskmoz / best-online-sudoku

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

Home Page:https://best-online-sudoku.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://best-online-sudoku.herokuapp.com/


Languages

Language:TypeScript 54.2%Language:Python 40.1%Language:HTML 2.6%Language:CSS 2.3%Language:Mako 0.7%Language:Procfile 0.1%