/WhereHaveITalked

Little Flask API for storing places I've given talks

Primary LanguageHTML

Where Have I Been: Talks edition

This an API that uses Auth0 and serves a map of places you pin pointed

Requirements

  • Python >= 3.6
  • Flask >= 2.0.0
  • An free Auth0 account

Environment

pip install -r requirements.txt

Configuration

Copy the .example.config file to .config and fill out the missing values

Running your app

Development

flask run