This is an application for managing your notes using django. You can view your list, you can create and update notes and if you change your mind, you can delete what you created.
Tools and packages required to successfully install this project:
- Python 3 and up
$ git clone project-url
$ python -m venv venv
For Linux and OS X:
$ source venv/bin/activate
For Windows:
$ .\venv\Scripts\activate.bat
To install the required packages:
$ pip install -r requirements.txt