A citymapper-like app for Paris transportation system.
- Make sure to install the necessary Python packages:
pip install -r requirements.txt
- Set up your Postgres server, include your username, password, database name (postgres by default), and host (localhost by default) in the
\modules\params.json
- Run the parser inside the
parse
directory:python parse.py
- Run the app:
python main.py