Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 621 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 621 Bytes

web-pony-slaystation

Repozitář týmu Pony Slaystation na soutěži UnIT Brno 2018

Run locally

Navigate to project root and run

make backend

Script will check needed dependencies (npm, node, angular-cli, python3 and docker) and provide feedback. If backend spins up on localhost:5000 (or 0.0.0.0:5000), then open new tab in project root and run

make fill-db
make frontend

Filling DB with data manually

./post_records.py <path-to-json>

Script outputs count of successfully uploaded records and creates new dump filled with only malformed records. Fix them and upload again.