Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 168 Bytes

File metadata and controls

11 lines (8 loc) · 168 Bytes

workstation-backend

Back-End of Workstation Project

Run file Linux

pip install -m requirements.txt
cd app
gunicorn -w 2 -b 127.0.0.1:8000 app:app