Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 837 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 837 Bytes

Segment Analyzer · PRs Welcome GitHub license

Developing

Setting environment variables

For local development, set all required environment variables in a .env file

SECRET_KEY=something_secret
FLASK_APP=run
FLASK_ENV=development
DB=mongodb://localhost:27017/segment-analyzer
CLIENT_ID=from_strava
CLIENT_SECRET=from_strava
REDIRECT_URL=http://localhost:5000/

Setting up Dev

https://github.com/oddeirikigland/segment-analyzer
cd segment-analyzer/
python setup.py install --user
pre-commit install

Run the application

flask run