https://github.com/thomas-basham/hiking-trails-api
A Full-Stack Django Rest Framework API used to for for storing favorite hiking trails. Built with Django Rest Framework , PostgresQL, Pandas, Folium, and Beautiful Soup.
https://github.com/thomas-basham/hiking-trails-api
django django-rest-framework folium map maps postgresql python python3
Last synced: 4 months ago
JSON representation
A Full-Stack Django Rest Framework API used to for for storing favorite hiking trails. Built with Django Rest Framework , PostgresQL, Pandas, Folium, and Beautiful Soup.
- Host: GitHub
- URL: https://github.com/thomas-basham/hiking-trails-api
- Owner: Thomas-Basham
- Created: 2022-05-31T17:39:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T17:38:17.000Z (over 2 years ago)
- Last Synced: 2024-12-31T00:44:02.761Z (5 months ago)
- Topics: django, django-rest-framework, folium, map, maps, postgresql, python, python3
- Language: JavaScript
- Homepage: https://hiking-trails-api.vercel.app
- Size: 6.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hiking Trails API
**Author:** Thomas Basham
[https://hiking-trails-api.vercel.app](https://hiking-trails-api.vercel.app/)
[](https://github.com/Thomas-Basham/hiking-trails-api/actions/workflows/django.yml)




A Full-Stack Django Rest Framework API used to for for storing favorite hiking trails.
Once logged in, users can add a trail by simply pasting a link from [WTA.org](https://www.wta.org),
where the data is scraped to build the map.## Tech Used
Django Rest Framework
PostgresgQL
Pandas
FoliumBeautiful Soup
![]()
![]()
![]()
![]()
### Resources
[Django Documentation](https://docs.djangoproject.com/en/4.1/#getting-help)
[Folium Documentation](https://python-visualization.github.io/folium/)
[map-app-in-django-using-folium-python](https://medium.com/@carlosmarcano2704/a-map-app-in-django-using-folium-python-5a63dd72524d)
[django-user-register-login-logout](https://ordinarycoders.com/blog/article/django-user-register-login-logout)