A simple note taking web app created using django
LostInTranslation.mp4
-
Clone the repo
https://github.com/SameerSahu007/SimpleNotes.git
-
Initialise a virtual environment.
cd SimpleNotes python3 -m venv venv source venv/bin/activate
-
Install dependencies
pip install -r requirements.txt