Noting is a responsive notes taking web app with authentication
- Password sent through email
- Reset password
- Feedback accepted through email
- Session expires after 30 days
Dillinger uses a number of open source projects to work properly:
And of course Noting itself is open source with a public repository on GitHub.
Clone the repo.
git clone https://github.com/Kartik11082/Noting.git
cd Noting
Install the dependencies
pip install -r requirements.txt
Start the local server
python manage.py runserver
Go to localhost port 8000 Now you can start testing