flask-reminders (wip) -> public demo
App with Python Flask, MongoDB and Elasticsearch that I use to to bookmark websites/resources.
I tend to make a lot of notes and save info from websites quite alot. But after some time I forget where, what was saved.
So I made this app to have a quick way to save bookmarks, by specifying the title, category, description and url. Adding info was one part of the app, but the functionality that I really needed, was a view where I can see what was added, from a newest to olderst view.
- MongoDB
- Elasticsearch
- Python Flask
- Marketing Bootstrap
- Search Functionality
(wip)(done) - URL Generation for User Defined Notes. Instead of using a URL, the ability to create a note and attach the autogenerated link for your note.
$ git clone https://github.com/ruanbekker/flask-reminders
$ cd flask-reminders
$ sudo yum install gcc libffi-devel python-devel openssl-devel -y
$ pip install -r requirements.txt
$ python app.py
Home:
List:
Add:
Search: