Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 778 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 778 Bytes

LeFernando Site

Code to run the LeFernando site:

  • Log in with Strava,
  • basic Database for users.
  • goal to pull data for results
  • goal to do generic event descriptions

Uses Passport to authenticate users with Strava

Upgraded To Express 4.0

  • Uses Express 4.0.
  • Runnning in the cloud with "now"

Instructions

If you would like to download the code and try it for yourself:

  1. Clone the repo: git clone [email protected]:greggiles/lefernando
  2. Install packages: npm install
  3. Set database configuration with env Variables. See config/database.js
  4. Set strava auth keys in with env Variables. See config/auth.js
  5. Launch: node server.js
  6. Visit in your browser at: http://localhost:8080

Notes

  • JETT Start - 5954636
  • JETT Finish - 5954644