Skip to content

An online notepad based on Django and using QuillJS on the frontend.

License

Notifications You must be signed in to change notification settings

tiagosoares94/notto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notto

alt text

Notto.io is a simple online text editor that enables anyone to save and edit notes using rich text.

Simply access Notto and start typing!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Windows

  1. Clone this repo
  2. python -m venv nottoenv
  3. nottoenv\Scripts\activate
  4. pip install -r requirements.txt

Linux/MacOS

  1. Clone this repo
  2. python3 -m venv nottoenv
  3. source nottoenv/bin/activate
  4. pip install -r requirements.txt
  5. python notto/manage.py makemigrations nottoapp
  6. python notto/manage.py migrate
  7. python notto/manage.py runserver

The app will be available at http://127.0.0.1:8000

Built With

  • Django - The web framework used
  • Quilljs - An API Driven Rich Text Editor

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Author

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

An online notepad based on Django and using QuillJS on the frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.9%
  • JavaScript 30.4%
  • CSS 13.9%
  • HTML 12.5%
  • Shell 0.3%