Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

FikaNote/FikaNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

306 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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?

About

ShowNote service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors