Skip to content

devops-course/kinneret-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle CI Travis CI codecov.io Codacy Badge

alt text

AngularJS Client

About

Client demo implementation for the dev-ops course.
This client is based on AngularJS and Bootstrap.
The tests are conducted by karma, jasmine and protractor.

Author

lilo
Lilo Elia

Contents

dir/file contents
bower.json, package.json Package files for npm and bower
app Source files
test Test files
.idea IntelliJ project folder

Installation

For the client to function properly, you need to run the installation script that downloads required libraries. In the root folder run the following command:

npm install

This will also run the bower installer.

Running the client

To run the static web server that serves the client run the following command:

npm start

The server is listening on port 8000 of your localhost by default. Any unknown resources requested by the server are re-routed to port 9000 on your localhost. This is done to eliminate the need for specific CORS handling. It assumes the dropwizard server is listening on port 9000.

Tests

The tests folder contains samples for both unit and e2e tests.
grunt test - runs the unit test endless loop (used for debugging)
grunt protractor - runs the e2e test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •