Student research project. The aim of the project was to collect, analyse and visualise health-related data within a week. As a prerequisite, the data must have a geographical reference.
We focused on cannabis use in the USA and compared it with the use of other drugs or the number of crimes.
View the result: https://bjennware.github.io/cannabis-storymap/
To view this storymap do the following:
- Clone the repository and install the requirements (NodeJS and contents of
server/requirements.txt
). - In the
server/api/app.py
, adjust the database address, user and password (lines 7-9). - Run
npm install
andnpm start
to start the development server for the React app. - Run python
server/api/app.py
to start the python flask server. - Navigate to the app running under http://localhost:3000.