A simple notes-sharing application.
(1). Go to the requirements.txt file and install all the relevant packages and modules mentioned in it.
(2). Navigate to notes/ directory and type python manage.py runserver
in the CLI.
The following image would make it clearer.
After this, you can open the web app in your browser(localhost) which would look something like this. .