You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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