Skip to content

makalaaneesh/braindump

 
 

Repository files navigation

braindump

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. :)

CI MIT License Join the chat at https://gitter.im/levlaz/braindump

Features

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!

Screenshots

Note Editor

UI V2

Note View

UI V2

Deployment

I am building docker images which make it super easy to deploy braindump.

Requirements:

  1. PostgreSQL Database
  2. SMTP (Required for Creating new Accounts and Sharing Notes)

Development

Develop with Vagrant

  1. Install Vagrant
  2. Fork and clone this repo
  3. From the root of the project, run vagrant up in a terminal
  4. Navigate to localhost:5000 to view the app in your browser

Local development with virtualenv

  1. Install virtualenv: pip install virtualenv
  2. Fork and clone this repo
  3. From the root of the project, create your virtualenv: virtualenv env
  4. Source your virtual environment: source env/bin/activate
  5. Install all dependencies: pip install -r requirements.txt
  6. Start the app: python manage.py runserver
  7. Navigate to localhost:5000 to view the app in your browser

Technologies Used

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:

Backend

  1. Python
  2. Flask
  3. PostgreSQL
  4. SQLAlchemy

Frontend

  1. Jinja
  2. WTForms
  3. Bootstrap
  4. Marked.JS
  5. ACE Editor

Development

  1. Vagrant
  2. Flake8
  3. Coverage

Production

  1. Gunicorn
  2. Docker
  3. nginx

About

BrainDump is a simple, powerful, and open note taking platform that makes it easy to organize your life.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 48.2%
  • HTML 22.8%
  • JavaScript 22.4%
  • CSS 3.7%
  • Shell 2.6%
  • Mako 0.3%