Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 844 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 844 Bytes

treasury-sb-search

Spring 2017 DPI-663 Final Project: using the new U.S. Treasury spending API to provide a business opportunities analytics tool for small businesses

How to Run the service

  1. Download the repository as a ZIP file by clicking "Clone or Download"
  2. Unzip the repository and move it to your Desktop
  3. In the terminal, navigate to the repository by calling cd Desktop then cd treasury-sb-search
  4. Call sudo pip install -r requirements.txt then enter your password
  5. To start the Flask server, run python server.py
  6. In your browser, navigate to localhost:5000

Implementation Details

Back-end uses Flask. Front-end uses Bootstrap, jQuery, and jQueryUI.

Deployment: Heroku