Go to file
Luiz F Picolo cfce177d00 Changed return to current day 2021-10-08 21:54:36 -04:00
config Added and Configured gem Whenever 2021-10-07 20:32:28 -04:00
db Update Schema 2021-10-07 20:36:41 -04:00
lib/tasks Created rake task to save rate 2021-10-07 20:38:24 -04:00
models Changed return to current day 2021-10-08 21:54:36 -04:00
public Yarn Lock 2021-10-07 20:40:05 -04:00
views Atualizado readme 2020-06-04 20:59:19 -04:00
.gitignore Added Production DataBase 2021-10-07 20:33:39 -04:00
Dockerfile Added Timezone configurations 2021-10-07 22:55:34 -04:00
Gemfile Created env groups 2021-10-07 20:33:12 -04:00
Gemfile.lock Created env groups 2021-10-07 20:33:12 -04:00
LICENSE Initial commit 2020-06-02 22:59:57 -04:00
README.md Update readme 2021-10-07 21:05:40 -04:00
Rakefile Created rake task to save rate 2021-10-07 20:38:24 -04:00
app.rb Atualizado readme 2020-06-04 20:59:19 -04:00
docker-compose.yml Added Docker-composer 2021-10-07 20:37:04 -04:00

README.md

Data Transfer Test

Data Transfer Test is a software developed to measure the amount of data transferred over a period of time.

Screen

alt

How to configure

First clone this repository to the local machine

git clone https://github.com/luizpicolo/data_transfer_test.git

After, access local respository and install the dependencies

cd data_transfer_test
bundle install

and

cd data_transfer_test/public
yarn install

How to use

Create a Cron Task

whenever --update-crontab

Create and migrate the database

rake db:create && rake db:migrate

Execute webserver

ruby app.rb 

or

rerun 'ruby app.rb'

License

DataTransferTest use Licença MIT. For more details read the User License