Skip to content

pyohei/simple-diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

mkdir venv
virtualenv --no-site-packages venv
source venv/bin/activate

Next, you install library from requirements.txt like this.

pip install -r requirements.txt

Finally, you run web service like this.

python main.py

You can access with http://localhost:8080/diary.
The diary data are recorded in save directory.

Screen Shot

Licence

  • MIT

About

Ultra simple diary.πŸ“”πŸ–‹

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published