/dashboard_frontend_ng

Pure javascript front-end to illustrate use of django_dashboard REST API (this time with AngularJS!)

Primary LanguageJavaScript

Javascript front-end to display a Release Dashboard based on django_dashboard

My image

Installation:

  • Clone repository
    git clone https://github.com/sebbrochet/dashboard_frontend_ng.git
  • Configure your favorite web server to serve the dashboard_frontend_ng directory
  • Edit dashboard.js and replace REST_API with the URL of the domain you use to serve django_dashboard REST API
  • Use your brower to access http://yourdomain/index.html