Skip to content

Exercice de Master 2 TNAH (Ecole nationale des chartes) en cours. Application cartographiant les sites archéologiques français.

Notifications You must be signed in to change notification settings

Chartes-TNAH/ENC_Appli-Python_StoneAdvisor

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 MySQL 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

Exercice de Master 2 TNAH (Ecole nationale des chartes) en cours. Application cartographiant les sites archéologiques français.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published