Adding feed to public API

This commit is contained in:
Yusur 2019-10-27 11:30:14 +01:00
parent 5536e764e7
commit dc33b5567a
5 changed files with 113 additions and 8 deletions

View file

@ -2,7 +2,7 @@
A simple social network, inspired by the now dead Google-Plus.
To run the app, run the file "run_example.py"
To run the app, do "flask run" in the package's parent directory.
Based on Tweepee example of [peewee](https://github.com/coleifer/peewee/).
@ -13,6 +13,7 @@ Based on Tweepee example of [peewee](https://github.com/coleifer/peewee/).
* Timeline feed
* Add info to your profile
* In-site notifications
* Public API
* SQLite-based app
## Requirements