BrainDump is a simple, powerful, and open note taking platform that makes it easy to organize your life. It lives here if you would like to check it out. :)
Braindump is under heavy development and features are being added every week. Some highlights are:
- RESTful API (WIP)
- Full Markdown Editing
- Full Markdown Viewing
- Share Notes via Email
- Categorize Notes into Notebooks
- Categorize Notes with Tags
- Full Text Search
- Mark notes as Favorites
See something missing? Add a feature-request!
I am building docker images which make it super easy to deploy braindump.
Requirements:
- PostgreSQL Database
- SMTP (Required for Creating new Accounts and Sharing Notes)
- Install Vagrant
- Fork and clone this repo
- From the root of the project, run
vagrant up
in a terminal - Navigate to localhost:5000 to view the app in your browser
- Install virtualenv:
pip install virtualenv
- Fork and clone this repo
- From the root of the project, create your virtualenv:
virtualenv env
- Source your virtual environment:
source env/bin/activate
- Install all dependencies:
pip install -r requirements.txt
- Start the app:
python manage.py runserver
- Navigate to localhost:5000 to view the app in your browser
braindump is an open source project that is built on top of the shoulders of giants. It could not be possible without the following awesome tools:
- Python
- Flask
- PostgreSQL
- SQLAlchemy
- Jinja
- WTForms
- Bootstrap
- Marked.JS
- ACE Editor
- Vagrant
- Flake8
- Coverage
- Gunicorn
- Docker
- nginx