Social Analytics Project
Requires Python 3.x
Run pip install -r requirements.txt
to install all necessary dependencies.
- Create a file called
.env
in the project root directory based on thesample.env
provided - 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_planner
docker-compose up --build
and 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/