Skip to content

gkillough/salesfox-search-app

Repository files navigation

Dev Environment

  • Python 3.9
  • pip 21.0
  • pipenv 2020.11

How to run the app

export SALESFOX_BING_API_KEY=<your api key>
export SALESFOX_MONGODB_COMPANY_PASSWORD=<password in 1Password>
export SALESFOX_OPEN_WEATHER_API_KEY=<your api key>

pipenv shell
python ./flask-backend/src/main.py

The server is available at http://localhost:5000

How to use pipenv

Start Environment

pipenv shell

Quit Environment

exit

Install Dependencies

Install dependencies from Pipfile

pipenv install

Install a new dependency and add it to Pipfile

pipenv install [library_name]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published