Server that calculates and predicts inflation based on parameters given by the web application.
- Install python. You can do it in this link.
- Fire up a terminal.
- 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[email protected]:SinisterFour/FinancialOracleServer.git
. - Go to theproject folder with
cd FinancialOracleServer
. - If modules are missing, type
pip3 install <ModuleName>
. - Run the app by typing command
python3 wsgi.py
. And go tohttp://127.0.0.1:5000/
to see the app.