Go to file
dependabot[bot] d1de14d89b
Bump activerecord from 6.1.6.1 to 6.1.7.1
Bumps [activerecord](https://github.com/rails/rails) from 6.1.6.1 to 6.1.7.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activerecord/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v6.1.6.1...v6.1.7.1)

---
updated-dependencies:
- dependency-name: activerecord
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 19:48:50 +00: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 Created method extremes 2021-11-02 22:44:27 -04:00
public Bump moment from 2.29.3 to 2.29.4 in /public 2022-07-08 09:55:33 +00:00
views Added noindex 2022-07-12 12:53:25 -04:00
.gitignore Added Production DataBase 2021-10-07 20:33:39 -04:00
Dockerfile Updated :( 2022-06-15 23:50:18 -04:00
Gemfile Created env groups 2021-10-07 20:33:12 -04:00
Gemfile.lock Bump activerecord from 6.1.6.1 to 6.1.7.1 2023-01-18 19:48:50 +00:00
LICENSE Initial commit 2020-06-02 22:59:57 -04:00
README.md Updated screen to readme 2022-06-16 08:45:16 -04:00
Rakefile Created rake task to save rate 2021-10-07 20:38:24 -04:00
app.rb changed name of labels 2021-11-03 21:35:11 -04:00
docker-compose.yml Changed container name 2022-07-07 21:15:42 -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 (Test with Debian)

whenever -w

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