getOut is an outdoor app. It helps users find places to go camp, hike or bike.
Landing Page Show Page Sign up screen
- Search for sights
- add and delete wishlist
- Campsite Info
- add and delete Trips
https://drawsql.app/getout/diagrams/getout#
API used Recreation.gov
- Blueprint: 'users', url_prefix = "/api/users"
- GET /:id - Get all user info
- POST / - Create new user
- PUT /:id - Edit user info
- DELETE /:id - Delete user
- Blueprint: 'trips', url_prefix = "/api/trips"
- GET / - get all trips
- GET /:id - get one trip
- PUT /:id - edit one trip
- POST / - post a new trip
- DELETE /:id - delete one trip
- Blueprint: 'sites', url_prefix = "/api/sites"
- GET / - get all sites
- GET /:id - get singular site
- React.js
- PostgreSQL
- Docker
- Heroku
- React Datepicker
- Flask