Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kavirajk/speakup

A Simple blog application using webpy
https://github.com/kavirajk/speakup

Last synced: 2 days ago
JSON representation

A Simple blog application using webpy

Awesome Lists containing this project

README

        

##SpeakUp

> Kaviraj

A Simple blog application using webpy and postgresql. It features simple login/signup mechanism using sessions.

##Requirements



  1. python 2.7.5 or above

  2. posgresql 9.3.4

  3. web.py 0.37


##How to Run

###Make postgresql ready


bash-4.2$ createdb -U postgres speakup
bash-4.2$ pg_restore -U postgres -d speakup schema.sql

###From the project root directory and execute following command.


bash-4.2$ python bin/speakup.py