Skip to content

katoken-0215/FikaNote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FikaNote

ShowNote service.

Code Health 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

No packages published

Languages

  • Python 36.6%
  • HTML 31.1%
  • CSS 27.0%
  • JavaScript 5.3%