simple social network, memorial of Google+
Find a file
2025-11-06 17:19:00 +01:00
icons Add inline_svg 2021-10-17 10:20:47 +02:00
src add migrations 2025-11-06 17:19:00 +01:00
.gitignore refactor code layout, move config to .env, add pyproject.toml 2025-11-06 06:33:31 +01:00
CHANGELOG.md add CSRF token 2025-11-06 07:25:07 +01:00
genmig.sh add migrations 2025-11-06 17:19:00 +01:00
LICENSE Adding an about section, version number and license 2019-10-09 19:51:18 +02:00
locations.txt Adding location and privacy policy 2019-10-20 13:14:16 +02:00
pyproject.toml add migrations 2025-11-06 17:19:00 +01:00
README.md Adding admin and report endpoints 2019-11-11 19:15:55 +01:00
requirements.txt schema change; added flask-login 2019-10-12 19:22:10 +02:00

Cori+

A simple social network, inspired by the now dead Google-Plus.

To run the app, do "flask run" in the package's parent directory.

Based on Tweepee example of peewee.

This is the server. For the client, see coriplusapp.

Features

  • Create text statuses, optionally with image
  • Follow users
  • Timeline feed
  • Add info to your profile
  • In-site notifications
  • Public API
  • SQLite-based app

Requirements

  • Python 3 only. We don't want to support Python 2.
  • Flask web framework (also required extension Flask-Login).
  • Peewee ORM.