21 lines
448 B
Markdown
21 lines
448 B
Markdown
# Cori+
|
|
|
|
A simple social network, inspired by the now dead Google-Plus.
|
|
|
|
To run the app, run the file "run_example.py"
|
|
|
|
Based on Tweepee example of [peewee](https://github.com/coleifer/peewee/).
|
|
|
|
## Features
|
|
|
|
* Create text statuses, optionally with image
|
|
* Follow users
|
|
* Timeline feed
|
|
* In-site notifications
|
|
* SQLite-based app
|
|
|
|
## Requirements
|
|
|
|
* **Python 3** only. We don't want to support Python 2.
|
|
* **Flask** web framework.
|
|
* **Peewee** ORM.
|