Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 428 Bytes

Cultural Heritage Flask Application

by Arkhangelsk Team

First run

git clone https://github.com/AYLMS/CulturalHeritage 
cd CulturalHeritage
pip install -r requirements.txt
python -m app create-db   # run once
python -m app populate-db  # run once (optional)
python -m app add-user -u admin -p 1234  # ads a user
python -m app run

Go to: