Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/FikaNote/FikaNote

ShowNote service.
https://github.com/FikaNote/FikaNote

Last synced: 13 days ago
JSON representation

ShowNote service.

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?