Skip to content

Opetushallitus/varda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Varda - National data warehouse for early childhood education data

Data model

The data model for Varda is publicly available at suomi.fi

Varda is built using the following open source technologies

Backend

Set database

You can set an environment variable 'POSTGRESQL_SERVICE_HOST' for Postgresql IP. If it's not set, a 'localhost' will be used.

$ cd webapps
$ ./make_migrations.sh

Open development server (http://localhost:8000/)

$ python manage.py runserver &

Running tests

$ python manage.py test varda -p "*tests.py"

Frontend

$ cd client
$ npm install
$ npm run ng -- build varda-shared
$ ng serve --configuration=local virkailija-app &