This repository was archived by the owner on Oct 13, 2025. It is now read-only.
jmstaley/Noter
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Migrated to: https://codeberg.org/jmstaley/Noter Noter ===== A sqlite powered note application Dependencies ------------ See requirements.txt Usage ----- 1. edit the configuration in the noter/__init__.py and noter/default_settings.py file 2. run alembic upgrade head to setup database 3. run python manage.py createuser -p <password> -e <email> to add a user 4. run python manage.py runserver and point browser to http://localhost:5000/ Tests ----- 1. Run noter_tests.py