zAbuQasem / django-notekeeper

:clipboard: A pretty easy django notes app. Have a note, save it!

Home Page:https://omkarpathak27.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-notekeeper

A pretty easy django notes app. Have a note save it!

Built with ❤️ and ☕ by Omkar Pathak

Features

  • CRUD notes
  • Copies selected text automatically
  • Easily share
  • Download note as PDF
  • Beautiful yet simple UI
  • Encrypted Data so that no one can phish it! (using django-cryptography)

Installation

  • Clone the repository
git clone https://github.com/OmkarPathak/django-notekeeper.git
  • Install Dependencies
cd django-notekeeper
pip install -r requirements.txt
  • Create a file names .env in the folder where your settings.py file is present. Enter following information in your .env file
SECRET_KEY=<your_secret_key>
  • Run django migrations
python manage.py migrate
  • Run django server
python manage.py runserver

Working

working

Encryption of all your note contents

Imgur

Donation

If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :)

PayPal Donate via PayPal!
₹ (INR) Donate via Instamojo

About

:clipboard: A pretty easy django notes app. Have a note, save it!

https://omkarpathak27.pythonanywhere.com/

License:MIT License


Languages

Language:HTML 36.7%Language:Python 29.2%Language:JavaScript 20.9%Language:CSS 13.0%Language:Dockerfile 0.2%