Skip to content

Backend for Stock-X app. Created using Flask library

License

Notifications You must be signed in to change notification settings

Circle-1/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backend for Stock-X app. Created using Flask library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages