Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/barraponto/thinkful-blogful


https://github.com/barraponto/thinkful-blogful

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Learning Project for Thinkful Python Course

This is just an implementation of one of the many Python assignments in the Thinkful Course.

## Dependencies

Make sure you have Python 3 available. Node is required to use the `bower` command.
Database is configured to use PostgreSQL, so make sure you can connect to a PostgreSQL server.

## Installing

Git clone then run `pip3 install -r requirements.txt`

## Configuring

Every configuration is defined in `blogful/config.py`.

## Running

Just run `python3 manage.py run` and it should be served at port `8080`.