NU$tudent Fiscal is a Rule Based systems which estimates the living expenses for foreign students in NUS and provides suggestions to them.
- Start the Webapp
python2 app.py
This opens the app in the default port 5000. Inorder to specify on which port to open the app, specify this as a command line argument.
python2 app.py 5678
- In the browser open the following address or the address you specified
http://localhost:5000/
-
Once you have opened the application in the tab, click on the start button to begin
-
Answer the questions to proceed to your estimations. Do note that the questions are not static. Your previous questions decide what we are going to ask you next.
-
YOu will be given a budget estimate with the breakdown. Click on restart to have another go at it.
- Use the restart button on the program to start again - do not manually refresh or try to go back during the execution of the program
- If you get an address conflict you will get the following :
error: [Errno 98] Address already in use
In this case, specify a free port as commang line argument