Social Analytics Project
Requires Python 3.x
Run pip install -r requirements.txt to install all necessary dependencies.
- Create a file called
.envin the project root directory based on thesample.envprovided - Run the following commands:
$ set -a$ source .env$ python -m crawler.runner
To run the UI, you will need to first install Docker and Docker Compose. Choose the appropriate installation for your OS.
Once you have done that and have verified the installations, follow these steps in your Terminal/Command Prompt:
- Ensure docker is up by running
docker -v cd travel_plannerdocker-compose up --buildand wait for everything to load, the first time will take some time to load up- Once everything is up and running, open up your browser and visit http://locahost/