entwicklerbier / LAME

Leave A MessagE - A simple location based messenger Service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAME 🐌

Leave A MessagE - A simple location based messenger Service.

Description

Google Maps Style interface: Drop Pin -> Leave Message

Needs user account with image -> image gets displayed with message

workers -> message stats (most viewed message in region, ...), cleanup

Technology

Models

+-----------+
| User      |
|-----------|
| email     |
| password  |
| name      |
| image     |
| messages  |
+-----------+

+-----------+
| Message   |
|-----------|
| content   |
| location  |
| name      |
| image     |
| timestamp |
| user      |
+-----------+

+-----------+
| MsgView   |
|-----------|
| message   |
| user      |
| timestamp |
+-----------+

Installation

git clone cd chef vagrant up vagrant ssh cd /var/www/lame/current/ bundle install rake db:gis:setup bundle exec rake db:migrate rails s

About

Leave A MessagE - A simple location based messenger Service.

License:MIT License


Languages

Language:Ruby 92.0%Language:CSS 5.9%Language:JavaScript 1.3%Language:CoffeeScript 0.8%