An app for history and archaeology enthusiasts
Explore archaeological sites
Share your favourite spots by adding them to the map
Edit your content
Stone Advisor is a CRUD Application using Python framework Flask and a SQLite database.
- Install python3 and SQL
- Install virtualenv:
virtualenv -p python3 - Create a virtual environment:
python3 -m venv ./venv - Activate the virtual environment:
source venv/bin/activate - Clone the repository in the virtual environment :
git clone https://github.com/rbbristow/StoneAdvisor.git - Install the required libraries:
pip3 install requirements.txt - Enter the "StoneAdvisor" directory and run the app:
python3 run.py