A work-in-progress self-hosted note keeping system, kind of like Keep.
Keep in mind that this is a beginner project :)
Because I wanted to learn Python and Flask, as well as try out developing something with someone else.
Backend - Petter Bomban
Frontend - Rostislav Melkumyan
For now, we've only tested it on Flasks local development server. In addition, we just use an SQLite database for storing users at the moment. This will be changed to a proper database later on.
Install dependencies and run the app with python app.py
.
-
Python 3.6.x
-
Flask 0.12
-
bcrypt
-
bleach
MIT