This is the simple diary which can run local PC.
After you clone and move into this repository, you create virtualenv with Python2.7 like this.
mkdir venv
virtualenv --no-site-packages venv
source venv/bin/activateNext, you install library from requirements.txt like this.
pip install -r requirements.txtFinally, you run web service like this.
python main.pyYou can access with http://localhost:8080/diary.
The diary data are recorded in save directory.
- MIT
