Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FikaNote/FikaNote
ShowNote service.
https://github.com/FikaNote/FikaNote
Last synced: 13 days ago
JSON representation
ShowNote service.
- Host: GitHub
- URL: https://github.com/FikaNote/FikaNote
- Owner: FikaNote
- License: mit
- Created: 2015-01-10T08:21:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T01:29:11.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:36:45.645Z (3 months ago)
- Language: Python
- Size: 341 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FikaNote
ShowNote service.
[![Build Status](https://travis-ci.com/FikaNote/FikaNote.svg?branch=master)](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?