Skip to content

A note web application with so many amazing features worth trying out. Built using python, django, bootstrap and vanilla JS

Notifications You must be signed in to change notification settings

oyerohabib/django-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-notekeeper

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

Built with ❤️ and ☕ by Oyero Habib

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/oyerohabib/django-notes.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

About

A note web application with so many amazing features worth trying out. Built using python, django, bootstrap and vanilla JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published