Skip to content

Hoinkas/DeafPolandStatistics

Repository files navigation

DeafPolandStatistics

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.

Requirements

  • Python 3.8
  • MongoDB 4.4
  • Docker

Installation

To install the project, run the following command:

git clone

Python

pip install -r ./requirements.txt

MongoDB

sudo apt update
sudo apt install -y mongodb
sudo systemctl start mongod

Docker

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

Usage

To run this project, you need to run the following commands:

python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages