Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 클론하기

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
```