Skip to content

Web application that aggregates links, books and videos about anything

Notifications You must be signed in to change notification settings

FelipeCortez/Aprenda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aprenda

An educational link/video/book aggregator for a databases course. Made using Flask and PostgreSQL (with psycopg2). No ORM was used, which would defeat the purpose of the project. As of now, most of the code is in Portuguese.

Installation

This assumes you have Python 2.7.x and pip installed.

Mac OS X

Tested on Mac OS X 10.9 using homebrew

Clone the repository and set up the database stuff. Be sure to configure your PostgreSQL if you've just installed it

$ git clone https://github.com/CFelipe/Aprenda.git
$ brew install postgresql
$ createdb aprenda
$ psql aprenda
$ \i aprenda.sql
$ \q

Creating a virtualenv is optional. You can skip this if you want to.

$ virtualenv env
$ . env/bin/activate

Install the dependencies and run

$ pip install -r requirements.txt
$ python aprenda.py

About

Web application that aggregates links, books and videos about anything

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published