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
- Host: GitHub
- URL: https://github.com/imsubhro/keepnote
- Owner: imSubhro
- License: mit
- Created: 2025-02-13T19:52:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T15:47:23.000Z (about 1 year ago)
- Last Synced: 2025-06-26T16:44:29.681Z (about 1 year ago)
- Language: Python
- Homepage: https://keepnote01.onrender.com
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```