Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Latest commit

 

History

History
78 lines (40 loc) · 1.27 KB

README.md

File metadata and controls

78 lines (40 loc) · 1.27 KB

like-lm-5ive

Build Status

Check out the site at http://www.likeim5ive.com

About

Like I'm 5ive is an application that provides simple, laymen's explanations for everything. Search for and provide short explanations about people, places, concepts, youtube videos, news articles, or any URL or thing.

Core Features

Create Entries

Create Explanations for those entires

Vote on Explanations

Comments (coming soon)

Registration

Extra Features

Responsive Styles-- completely mobile friendly!

Tests-- Selenium tested, Unit Coming soon (hey, it WAS a dash)

Help Docs

APIs-- GET for now, POST soon

TravisCI Integration

TODO

Search

Comments

Site Specific URL Parsing

Automatic consuming of 3rd party site

URL Shortener

Social Media Integration

User Point System

Popular / Random / Recent Posts

Installation

To get up and running::

pip install conf/requirements.txt

If you want to us Hadrian, map fab to conf/fab.py or pass in conf/fab.py as your fabfile. Then::

fab run_local

Otherwise just run the usual::

python manage.py runserver --settings=settings.local