UKGovernmentBEIS / beis-lowcarbon-heating-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The business validation tier for the BEIS system

Codacy Badge CircleCI

Dependencies

This application requires the postgres database. You can either install this yourself or use docker-compose to get the latest docker hub postgres image.

Some basic docker command lines:

 # Bring postgres up (and build the image if needed) on localhost:5432
 docker-compose up -d

 # shutdown postgres
 docker-compose stop
 # remove the container
 docker-compose rm   

About

License:GNU General Public License v3.0


Languages

Language:Scala 92.7%Language:Shell 6.4%Language:Batchfile 1.0%