luual / next-ptf-webserver

Webserver for application Next-ptf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

  • flask
  • flask-sock
  • flask-cors

Install

python -m venv venv

Activate

On windows

./venv/Script/Activate.ps1

on Mac

source ./bin/activate

then install dependancies with

pip install -r requirements.txt

Start with

flask run --host=0.0.0.0

# flask run --debug --host=0.0.0.0

Tests

python -m pytest tests

About

Webserver for application Next-ptf


Languages

Language:Jupyter Notebook 88.1%Language:Python 11.9%Language:Dockerfile 0.1%