Skip to content
/ demo2 Public

A simple web-page to display a line graph for the values generated from RESTful service.

Notifications You must be signed in to change notification settings

NZRicky/demo2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

1.clone it

git clone https://github.com/NZRicky/demo2.git demo2

2.install package

composer install

3.start the web server(change the port if you want)

php -S localhost:8000

4.test it in the browser

http://localhost:8000

5.for unit test

./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/ServerTest

About

A simple web-page to display a line graph for the values generated from RESTful service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published