https://github.com/jaredthecoder/grove
Crowd-Sourced Hammock Locations
https://github.com/jaredthecoder/grove
Last synced: 26 days ago
JSON representation
Crowd-Sourced Hammock Locations
- Host: GitHub
- URL: https://github.com/jaredthecoder/grove
- Owner: jaredthecoder
- License: mit
- Created: 2016-04-28T02:22:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T01:47:59.000Z (over 2 years ago)
- Last Synced: 2023-09-10T20:46:18.702Z (over 1 year ago)
- Language: Python
- Homepage: http://kylebashour.com/grove
- Size: 51.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grove
Crowd-sourced hammock locations
### Overview:
- This repository contains the backend REST API for https://github.com/kylebshr/grove, an iOS
mobile app that lets people crowdsource great hammocking spots, comment on them, and connect with
others around cool places.### Architecture Overview:
- **Language**: Python
- **Web Framework**: Flask
- **REST API Extension**: Flask-RESTful
- **Database**: PostgreSQL
- **ORM**: SQLAlchemy