Skip to content

Developer: Set Up

Calder Lund edited this page Jun 13, 2020 · 5 revisions

Refer to requirements.txt for all the Python modules needed. Project is built with Python 3.8.

Backend

Make sure Postgres is setup: - Currently, only local server is available - Default Database Connection is: 'NAME': 'postgres', 'USER': 'postgres', 'PASSWORD': '1234', 'HOST': 'db', 'PORT': '5432'

Using Docker

docker-compose up --build builds dependencies and parses data

docker-compose up parses data

docker-compose up -d db starts database without parsing data

Clone this wiki locally