Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

hosteroeu/dashboard

Repository files navigation

Atlas

This project is generated with yo angular generator version 0.15.1.

Build & development

Run grunt for building and grunt serve for preview.

Testing

Running grunt test will run the unit tests with karma.

Mysql query

SELECT COUNT(h.id) as hosts, h.account_id, a.name, a.email FROM hosts as h LEFT JOIN accounts as a ON h.account_id = a.id GROUP BY account_id;