Dashup
Demo: soon
- Angular 2 ( 2.0 final realase )
- Express
- jwt ( JSON Web Tokens )
- ng-semantic ( https://github.com/vladotesanovic/ngSemantic )
- SystemJS ( loader )
- mongoose
Install
Install dependencies
npm install -g typescript@next
npm install -g typings
npm install
Obs: You need a mongodb server. Change config.ts for host other than localhost.
start server
npm run develop
http://localhost:3000
Application url:
## Development
Uncomment in public/index.html:
```html
<script src="assets/js/systemjs.config.js"></script>
<script>
System.import('app').catch(function(err) { console.error(err); });
</script>
Comment out
<!-- Production mod -->
<script src="js/bundle.min.js"></script>
Use
- Signup in the site to create a new user
- Create a feed at Feeds menu
- Use the bellow instructions for mqtt authetication: Username: your email Password: your api token (Login in the site and click at your name in the menu to see your API Token)
- You can only subscribe and publish to your own feeds