Skip to content

Tsingis/cars-data

Repository files navigation

Quality Gate Status Deploy Status Data Status Trigger Status Docker Scan

Project about passenger cars in Finland. Open source data from Traficom

Tools used:

  • Python
  • Node.js
  • React
  • Docker
  • AWS

Docker

  • Run via Docker docker compose up --build app server

Data

  • Install poetry globally
    • Windows Powershell (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
    • Other curl -sSL https://install.python-poetry.org | python3 -
  • Navigate to data directory cd data
  • Set up environment poetry install --all-groups

Server

  • With python via python util\http_server.py
  • With pnpm via pnpm run http in app directory

App

  • Setup corepack globally corepack enable
  • Navigate to app directory cd app
  • Install dependencies pnpm install
  • Launch pnpm run dev