Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slickcharmer/dasho

Simple and customizable Dashboard, made with Ionic, angular, Node.JS, NeDb and GraphQL.
https://github.com/slickcharmer/dasho

angular expressjs graphql ionic

Last synced: 3 months ago
JSON representation

Simple and customizable Dashboard, made with Ionic, angular, Node.JS, NeDb and GraphQL.

Awesome Lists containing this project

README

        

# Dasho

Simple and customizable Dashboard, made with Ionic, angular, Node.JS and GraphQL (former [CAS_FEE@HSR](https://www.hsr.ch) Diploma thesis 2016).

## Getting Started

### Prerequisites

- Node >= 12.0

### Used external Libraries

* [Draggabilly](https://draggabilly.desandro.com)
* [Highcharts](https://github.com/highcharts/highcharts)
* [day.js](https://day.js.org)
* [Packery](https://packery.metafizzy.co)

### Installing

```
npm install -g ionic mocha
```

```
yarn install
```

## How to start

Frontend

```
ionic serve
```

Backend

```
node server
```

## Features (Tiles)

* Clock
* Currency (from **[Fixer](https://fixer.io)**)
* Github
* Google Pagespeed
* News (from **[NewsApi](https://newsapi.org)**)
* Twitter
* Water Temperature (from **[Wiewarm.ch](https://www.wiewarm.ch)**)
* Weather (from **[OpenWeatherMap](https://openweathermap.org)**)

## Missing a Tile ? How to add your own Tile(s) ?

* Create a new Tile Component, extends the Component with the TileBaseDirective and add it to the TilesModules (under src\app\modules\tiles)
* Create a new GraphQL Schema File (under api) and define your own Resolve Logic (in schema.js)

## Configuration

All important settings like ApiKeys, Mailserver Settings, etc. are contained in the .env file. Please look at the .env.example file.

## Running the tests

```
npm test
```
## DEMO

You will find a productive Version under **[https://dasho.herokuapp.com](https://dasho.herokuapp.com)**. Login with Username *[email protected]* and Password *test1234*.

## Authors

* **[Phil](https://github.com/pbachman)** - *Initial work*
* **[jonnitto](https://github.com/jonnitto)** - *Initial work*

## License

This project is licensed under the **[MIT license](http://opensource.org/licenses/mit-license.php)**.

## Acknowledgments

Special thanks to [jonnitto](https://github.com/jonnitto) for the support and his incredible work.