Skip to content

OffKai/pen_plotter_flask

 
 

Repository files navigation

Dev container (recommended)

docker compose -f docker-compose-dev.yaml up

App will open on http://localhost, admin auth is:

username: oke_admin

password: admin

Local server (Windows, Mac instruction TODO)

To start server locally:

$Env.SECRET_ADMIN_AUTH = "oke_admin: admin" $Env.SECRET_ADMIN_TOKEN = "admin123"

python -m venv ppenv

.\ppenv\Scripts\activate

pip install -r requirements.txt

python main.py --config config.yaml

App will open on http://localhost:5000, admin auth is:

username: oke_admin

password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 34.7%
  • HTML 27.5%
  • CSS 19.3%
  • Python 18.3%
  • Dockerfile 0.2%