Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.