https://github.com/jtemporal/wherehaveitalked
Little Flask API for storing places I've given talks
https://github.com/jtemporal/wherehaveitalked
Last synced: 3 months ago
JSON representation
Little Flask API for storing places I've given talks
- Host: GitHub
- URL: https://github.com/jtemporal/wherehaveitalked
- Owner: jtemporal
- Created: 2021-06-29T18:49:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T16:02:35.000Z (over 4 years ago)
- Last Synced: 2025-03-02T06:14:27.630Z (over 1 year ago)
- Language: HTML
- Size: 39.1 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```console
pip install -r requirements.txt
```
## Configuration
Copy the `.example.config` file to `.config` and fill out the missing values
## Running your app
### Development
```console
flask run
```