/ProtraveleteAPI

Flask server code for Protravelete API

Primary LanguagePython

Protravelete API

Richie Glennon

Deployed to Heroku

Requirements

  1. Flask
  2. Jsonify
  3. UWSGI
  4. datetime

Endpoints:

  • GET (/) Hello World
  • GET (/getAllEvents) displays the list of all events
  • POST (/clearAll) clears the events list
  • POST (/postEvent/name/date/time/email/distance/pace/location) Adds the described event to the events list