Skip to content

jmstaley/Noter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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