Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djccnt15/flask_googlekeep
Flask로 Google Keep 클론하기
https://github.com/djccnt15/flask_googlekeep
flask python
Last synced: 18 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T14:13:27.000Z (3 months ago)
- Last Synced: 2024-12-15T09:11:16.060Z (25 days ago)
- Topics: flask, python
- Homepage:
- Size: 3.91 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
```