Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbarbugli/stream_framework_example
Stream-Framework demonstration app
https://github.com/tbarbugli/stream_framework_example
Last synced: 12 days ago
JSON representation
Stream-Framework demonstration app
- Host: GitHub
- URL: https://github.com/tbarbugli/stream_framework_example
- Owner: tbarbugli
- License: mit
- Created: 2013-10-16T14:15:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T15:50:32.000Z (about 6 years ago)
- Last Synced: 2024-10-11T23:23:45.825Z (28 days ago)
- Language: Python
- Homepage:
- Size: 2.27 MB
- Stars: 138
- Watchers: 13
- Forks: 55
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - tbarbugli/stream_framework_example - Stream-Framework demonstration app (others)
README
This example Django app shows you how you can use Feedly to built a site similar to Pinterest.
Using Stream Framework you can built a wide variety of functionality.
For instance:- A Facebook style (aggregated) newsfeed
- A twitter like newsfeed
- A notification system such as Fashiolista's
- A pinterest like activity feedBut in this example we're showing you how to built a feed with activity from people you follow.
This project comes with Docker and Docker Compose and you can run the app locally by running:
`docker-compose up -d`
to test you can head to:
`http://localhost:8000`
Or alternatively:
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)