Skip to content

FikaNote/FikaNote

Repository files navigation

FikaNote

ShowNote service.

Build Status

Usage

Run following command.

$ source venv/bin/activate
(venv)$ pip install -r requirements.txt --allow-all-external
(venv)$ foreman start web

If you have not prepared venv directory, you should run following command.

$ pip install virtualenv
$ mkdir venv
$ virtualenv --no-site-package venv

And goto http://localhost:5000.

Test

Run following command.

$ python manage.py test

ToDo

  • edit shownote
  • edit agenda
  • Add Login function(github)
  • Add Person page. (/person/<person_name>)
  • Track link click. (/link/<id_url_in_agenda>)
  • Add database backup script.
  • Add API.
  • Realtime update/reflect agenda by several browser window. use pushpin.org?