A slack app for putting your notes to web and easily share it to your team or to public.
Install the requirements:
pip install -r requirements.txt
Create the database:
python manage.py migrate
Finally, run the development server:
python manage.py runserver