- Python 3.9
- pip 21.0
- pipenv 2020.11
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
pipenv shell
exit
Install dependencies from Pipfile
pipenv install
Install a new dependency and add it to Pipfile
pipenv install [library_name]