Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 695 Bytes

File metadata and controls

10 lines (9 loc) · 695 Bytes

FinancialOracleServer

Server that calculates and predicts inflation based on parameters given by the web application.

Setup project

  1. Install python. You can do it in this link.
  2. Fire up a terminal.
  3. Clone the project with the following command git clone https://github.com/SinisterFour/FinancialOracleServer.git or if you want to install it using SSH you can use git@github.com:SinisterFour/FinancialOracleServer.git.
  4. Go to theproject folder with cd FinancialOracleServer.
  5. If modules are missing, type pip3 install <ModuleName>.
  6. Run the app by typing command python3 wsgi.py. And go to http://127.0.0.1:5000/ to see the app.