It is a Note book app made using Python Flask, html and css.
it usese MongoDB as its database. each user can create folders and notes (No Limit).
NOTE: First User To Login will be the set admin.
Later you can set other users as admin from admin pannel.
Python 3.10+
MondoDB
pip install -r requirements.txt
SECRET_KEY=dev_secret_key
MONGO_URI=mongodb://localhost:27017/notebook_db
python app.py