This is a simple project for collecting and presenting data about the deaf community in Poland. The data is collected using a web scraper, and the web application is created with Django. The project is hosted on Heroku.
- Python 3.8
- MongoDB 4.4
- Docker
To install the project, run the following command:
git clone
pip install -r ./requirements.txt
sudo apt update
sudo apt install -y mongodb
sudo systemctl start mongod
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
systemctl --user restart docker-desktop
docker compose stop; docker compose rm -f; docker compose pull; docker compose build --no-cache; docker compose up -d
To run this project, you need to run the following commands:
python3 app.py