Originally based on a tutorial by Tech with Tim (https://www.youtube.com/watch?v=c-QsfbznSXI). I changed the UI and added a feature to edit notes.
Running the frontend
cd root/frontend
npm install
npm run dev
Running the backend
cd root/backend/backend (folder with manage.py)
python manage.py runserver
This should run the database with SQLite.
Create an account and enjoy!