Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/slickcharmer/dasho
- Owner: slickcharmer
- License: mit
- Created: 2024-03-15T21:39:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T21:39:48.000Z (10 months ago)
- Last Synced: 2024-09-29T23:21:01.625Z (3 months ago)
- Topics: angular, expressjs, graphql, ionic
- Language: TypeScript
- Homepage:
- Size: 2.93 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**)
* 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
```
## DEMOYou 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.