Closed cstoafer closed 7 years ago
Added Flask as back-end with sqlite. Put materialize in `/static/materialize', but kept settings the same from #4.
materialize
To start:
pip install -r requirements.txt sqlite3 data/db.db < schema.sql python main.py
Will add that to README
looks good to me!
Added Flask as back-end with sqlite. Put
materialize
in `/static/materialize', but kept settings the same from #4.To start:
Will add that to README