Git Product home page Git Product logo

konnote's Introduction

Konnote

Konnote is an application that helps you relate all the notes that you take down by tagging each note, and relating it to other notes with similar tags.

What problem does it solve?

I love to take notes on everything, all the time! When it came time to using those notes, I had to search the different sites and files I had saved my notes on (Assuming that I find all of them, of course). So this tool is what I used to save my notes, then relate all topics e.g best practices, code smells, setup script, documentation, tricks etc.

Installation

First, clone the repository.

$ git clone https://github.com/jmgutu/konnote.git

Create a virtual environment in a directory of your choosing. Use python 3.7 or python 3.8.

$ python -m venv <name_of_virtual_env>

Activate the virtual environment

$ source <name_of_virtual_env>/bin/activate

The name of the environment should appear on the leftmost of the prompt.

(<name_of_virtual_env>) $ source <name_of_virtual_env>/bin/activate

Navigate into konnote.

(<name_of_virtual_env>) $ cd konnote

Install the requirements into the newly created virtual environment.

(<name_of_virtual_env>) $ pip install wheel
(<name_of_virtual_env>) $ pip install -r requirements.txt

After the packages have been installed, you need migrate.

(<name_of_virtual_env>) $ python manage.py migrate

Once the migrations have been done, create a superuser.

(<name_of_virtual_env>) $ python manage.py createsuperuser

After successful creation of the super user, run the application.

(<name_of_virtual_env>) $ python manage.py runserver

Entity Relationship

    Subject
        └── Chapter
             └── Topic
                  └── Post
Entity Definition
Subject The name of a discipline or language. A noun.
Chapter A collection of similar topics within the same subject.
Topic The smallest unit a Subject can be broken down into.
Post Text, Video, Image or URL that is to be saved.
Post Type Either Image, Video or Text
Tag A Word or short phrase that can be used to describe a post. E.g django, models, fields, format etc
Post Resource A resource allocated to a Post.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

konnote's People

Contributors

jmgutu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.