Web application and data visualization tool on Twitter dataset developed using Python standard library, Javascript, HTML and CSS without any framework
- Clone this repository.
- Enter the directory where you clone it, and run the following code in the terminal (or command prompt).
docker build -t web-app .
docker run -p 8000:8000 -d --net=host web-app
The application is now available at : http://localhost:8000