https://github.com/danvk/catskills-hike-planner
Serverless backend for Catskills Hike Planner
https://github.com/danvk/catskills-hike-planner
Last synced: 12 months ago
JSON representation
Serverless backend for Catskills Hike Planner
- Host: GitHub
- URL: https://github.com/danvk/catskills-hike-planner
- Owner: danvk
- Created: 2023-06-27T16:07:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T19:13:04.000Z (about 2 years ago)
- Last Synced: 2025-03-03T07:42:46.495Z (over 1 year ago)
- Language: Python
- Size: 4.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catskills Hike Planner
This is the serverless backend part of the [Catskills Hike Planner][planner].
Deploy:
sls deploy --param=git_sha=$(git rev-parse HEAD)
(The git SHA is used as a cache key.)
Local development:
DEV=1 poetry run python devserver.py
curl \
--request POST \
'http://127.0.0.1:5000/find-hikes' \
--header 'Content-Type: application/json' \
--data-raw '{"area": "catskills", "peaks": ["H", "BD", "TC", "C", "Pl", "Su"]}'
## Updating from computing-in-the-catskills repo
See computing-in-the-catskills/README.md.
[planner]: https://danvk.org/catskills/map/planner