This is the website behind the access point database of Potsdam.
You need [Python 3], [Git] and [Mongo-DB].
- Clone the repository.
git clone https://github.com/seth0r/ffp-monitor.git cd ffp-monitor
- Create a virtual environment.
pip install virtualenv virtualenv -p python3 ENV source ENV/bin/activate pip install -r requirements.txt