Skip to content

brendanbeck62/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Usage

Prerequesites:

Development:

  1. Start the server-side flask app:

    $ cd server
    $ python3.9 -m venv env
    $ source env/bin/activate
    (env)$ pip3 install -r requirements.txt
    (env)$ python3 app.py
  2. Start the client-side Node server:

    $ cd client
    $ npm i
    $ npm run serve

.env

A .env file is required in the root of the project:

NODE_PORT =
FLASK_PORT =
FLASK_ENV = 'development' (defaults to production, do not set in production)

CLI Entrypoint

python3 cli.py

Links

Trello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published