Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 403 Bytes

Stock-X-backend

(This flask app is still in progress...)

This repo serves as a folder to store all backend files connecting the UI and the ML model (See our org for more...)

To run the flask app, just clone this repo and type the commands:

For Powershell,

$env:FLASK_ENV = "development"
flask run

For bash,

export FLASK_ENV = "development"
flask run