Skip to content

OpenGenus/Django-User-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyNotes - An encrypted notes taking application

Application Screenshot

Features

  • CRUD Notes
  • Encrypted notes
  • Supports markdown

Encryption Proof

Encryption Proof

Running the application

Create enviroment

virtualenv -p /usr/bin/python3.11 django-auth-demo

source django-auth-demo/bin/activate

Install dependencies

pip install -r requirements.txt

Run application

python manage.py runserver

Access your notes from browser: http:127.0.0.1:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published