/FiBase

A website hosting some financial calculations

Primary LanguagePython

FiBase

A website hosting some financial calculations Hackathon Project at Auburn Hacks 2019

The API is not deployed to a separate server -To test/ use it (On Windows)

  1. Run the flask app locally Navigate to the API Folder Activate the virtual environment (flaskenv) Run Flask
    • $env: FLASK_APP = "hello.py"
    • flask run
  2. In a separate powershell window
    • python -m http.server

Created by Louis Shulman and Josh Chima.