https://github.com/djccnt15/flask_googlekeep
Flask로 Google Keep 클론하기
https://github.com/djccnt15/flask_googlekeep
flask python
Last synced: 3 months ago
JSON representation
Flask로 Google Keep 클론하기
- Host: GitHub
- URL: https://github.com/djccnt15/flask_googlekeep
- Owner: djccnt15
- Created: 2023-04-12T01:07:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T12:18:09.000Z (4 months ago)
- Last Synced: 2025-03-29T13:25:29.158Z (4 months ago)
- Topics: flask, python
- Language: HTML
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clone Google Keep with Flask
## Requirements
- Python 3.8
- check `requirements` directory for third-party packages## Memo
- run dev server
```powershell
flask --app main run
```- run dev server as debug mod
```powershell
flask --app main run --debug
```