https://github.com/pyohei/simple-diary
Ultra simple diary.📔🖋
https://github.com/pyohei/simple-diary
bottle diary python2
Last synced: 8 months ago
JSON representation
Ultra simple diary.📔🖋
- Host: GitHub
- URL: https://github.com/pyohei/simple-diary
- Owner: pyohei
- License: mit
- Created: 2015-01-02T03:36:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T05:51:33.000Z (over 3 years ago)
- Last Synced: 2024-12-29T01:32:06.259Z (9 months ago)
- Topics: bottle, diary, python2
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ultra Simple Diary
This is the simple diary which can run local PC.
## Usage
After you clone and move into this repository, you create virtualenv with Python2.7 like this.
```sh
mkdir venv
virtualenv --no-site-packages venv
source venv/bin/activate
```Next, you install library from `requirements.txt` like this.
```sh
pip install -r requirements.txt
```Finally, you run web service like this.
```sh
python main.py
```You can access with `http://localhost:8080/diary`.
The diary data are recorded in `save` directory.
## Licence
* MIT