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

Latest commit

 

History

History
16 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 437 Bytes

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;