https://github.com/FikaNote/FikaNote
ShowNote service.
https://github.com/FikaNote/FikaNote
Last synced: 4 months ago
JSON representation
ShowNote service.
- Host: GitHub
- URL: https://github.com/FikaNote/FikaNote
- Owner: FikaNote
- License: mit
- Created: 2015-01-10T08:21:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T01:29:11.000Z (over 2 years ago)
- Last Synced: 2025-03-24T01:33:42.500Z (4 months ago)
- Language: Python
- Size: 341 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FikaNote
ShowNote service.
[](https://travis-ci.com/FikaNote/FikaNote)
# 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/)
- [ ] Track link click. (/link/)
- [ ] Add database backup script.
- [ ] Add API.
- [ ] Realtime update/reflect agenda by several browser window.
use pushpin.org?