An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Hiking Trails API

**Author:** Thomas Basham

[https://hiking-trails-api.vercel.app](https://hiking-trails-api.vercel.app/)

[![Django CI](https://github.com/Thomas-Basham/hiking-trails-api/actions/workflows/django.yml/badge.svg)](https://github.com/Thomas-Basham/hiking-trails-api/actions/workflows/django.yml)

![Django](https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=vercel&logoColor=white)
![PostgresQL](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white)
![Vercel](https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white)
![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)

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

Folium

Beautiful Soup

snap shot
snap shot
snap shot
snap shot
snap shot

### 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)