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 -
- Windows Powershell
- 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 httpin app directory
App
- Setup corepack globally
corepack enable - Navigate to app directory
cd app - Install dependencies
pnpm install - Launch
pnpm run dev