Skip to content

elquintodev/speedtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedtest (Dev) By El Quinto

Requirement

  • Make a function that will calculate the internet speed.
  • After that there will be a start button that will start the function.
  • After completion of function values will get from the function and add to database(mysql)
  • That values will show the bottom of the page in a data-table
  • There will be a delete button too that will delete the row

Note: adding, deleting, and refreshing the values will be done by angular js for backend use php with codeignitor Sample format: https://fast.com/

How to Install

  • Install Node
  • Install Docker
  • See here how to install for windows
  • See here how to install for Ubuntu

How to Boot

# install package for angular dev
$ cd speedtest-client
$ npm install

# start up the containers
$ docker-compose up -d --build

# look for the api container id
$ docker ps
# run db migration
$ docker exec -ti <container_id> bash -c "php spark migrate"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published