Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexmcdermid/tigerpins
Tigerpin is a webapp that allows users to log places they've been to, and see places that others have been to.
https://github.com/alexmcdermid/tigerpins
django heroku javascript materializecss postgresql python
Last synced: 21 days ago
JSON representation
Tigerpin is a webapp that allows users to log places they've been to, and see places that others have been to.
- Host: GitHub
- URL: https://github.com/alexmcdermid/tigerpins
- Owner: alexmcdermid
- Created: 2021-10-22T18:23:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T18:19:07.000Z (about 1 year ago)
- Last Synced: 2024-10-11T23:33:55.811Z (about 1 month ago)
- Topics: django, heroku, javascript, materializecss, postgresql, python
- Language: Python
- Homepage: https://tigerpin.herokuapp.com/
- Size: 2.23 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tigerpin
Tigerpin is a full-stack web application that allows users to log and recall places they've been to, and take a look at places that others users have been to. Users are able to see all of their locations visually pinned on a map and are able to explore their notes of any location but selecting any pin on the map.** Note that the tigerpins heroku name was lost recently when heroku switched to paid dynos, this is now hosted at [tigerpin](https://tigerpin.herokuapp.com/) **
## Getting Started
https://tigerpin.herokuapp.com/
https://trello.com/b/bYoQYg7j/tigerpins
## Technologies used
Languages: HTML, CSS, JavaScript, Python
Tech: Django (back-end server), PostgreSQL (Database), Materialize (CSS framework), Google Maps (API)
## Screenshots
![homeNotLoggedIn](images/img1.png)
![homeLoggedIn](images/img2.png)
![addForm](images/add.png)
![userIndex](images/img3.png)
![userShow](images/img4.png)## Icebox
- Allow for users to add friends and request contact info.
- Allow other users to comment on pins created by other users.