WANGPeisheng1997 / LoveDiary

Record your love.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

  1. Install python3 from the official website.
  2. Install pip.
    • See documentation https://pip.pypa.io/en/stable/installing/
    • Download get-pip.py
    • Open the terminal and go to the directory of get-pip.py using cd <directory>
    • Execute command python get-pip.py to install pip
  3. Install requirements.
    • Open the terminal
    • Go to the directory of Love Diary using cd <directory>
    • Execute command pip install -r requirements.txt
  4. Execute command python app.py.
  5. Open your browser and go to this URL: http://127.0.0.1:5000/

About

Record your love.

License:MIT License


Languages

Language:HTML 58.9%Language:JavaScript 29.9%Language:CSS 10.1%Language:Python 1.1%