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

https://github.com/imsubhro/keepnote

simple keepnote using flask
https://github.com/imsubhro/keepnote

Last synced: 27 days ago
JSON representation

simple keepnote using flask

Awesome Lists containing this project

README

          

# KeepNote
simple keepnote using flask...

# available route
```
"/note/view-all",
"/note/create/note1/Mycontentnote1",
"/note/view/note1",
"/note/update/note1/extracontent",
"/note/delete/note1"
```

# Use Docker Image
```
docker pull imsubhro/keepnote-app:latest
```

```
docker run -p 5000:5000 imsubhro/keepnote-app
```