Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barraponto/thinkful-blogful
https://github.com/barraponto/thinkful-blogful
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/barraponto/thinkful-blogful
- Owner: barraponto
- Created: 2015-12-07T02:55:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T13:11:20.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T12:51:08.251Z (9 months ago)
- Language: ApacheConf
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.