Skip to content

Explore and share your favourite archaeological sites and itineraries.

Notifications You must be signed in to change notification settings

rbbristow/StoneAdvisor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stone Advisor

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.

Run Stone Advisor

  • 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

About

Explore and share your favourite archaeological sites and itineraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.7%
  • HTML 47.3%