themir8 / blocknote

BlockNote is Notes app on Django

Home Page:https://blocknoteapp.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forks Stargazers Issues A Django project.


Header

BlockNote

BlockNote note app on Django
Report Bug · Request Feature · Send a Pull Request

Current features

  • Login and Registration

  • tinyMCE for editing texts

  • The article can only be changed by the author

  • Todo app

Development requires

Installation

# make sure that the virtual environment with python 3.8 is activated

git clone https://gitlab.com/mirsaid-mirzohidov/blocknote.git # copy the project locally
pip install -r requirements.txt  # installing python dependencies
python manage.py migrate # database migration (preparation) 

Launch

python manage.py runserver

Screenshots

Main page

Main page

Artcile list page

Article list

Edit page

Edit page

About

BlockNote is Notes app on Django

https://blocknoteapp.herokuapp.com/

License:MIT License


Languages

Language:Python 61.4%Language:JavaScript 34.4%Language:SCSS 3.7%Language:PHP 0.4%