maclararose / Report-Job

A reference about my studies with Active Job in Rails and Sidekiq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report-Job

This is a study by OneBitCode

The project has been completed: 05/04/2022

Starting πŸš€

These instructions will allow you to get a copy of the project running on your local machine for development and testing purposes.

Requisites πŸ“ƒ

  • Git;
  • Text editor;
  • Ruby 2.7.2;
  • Rails 6;
  • Sqlite 3;

Installation πŸ”§

The first step is to download the repository in your machine whit git:

git init

git clone https://github.com/maclararose/Repost-Job.git

cd Report-Job

If you use Visual Studio Code, to open the repository use in terminal:

code .

In terminal type:

$ rails db:create
$ rails db:migrate
$ rails s

And Done! You can see working in your machine in the address: 0.0.0.0:3000/reports or 0.0.0.0:3000/sidekiq

Done with πŸ”¨ :

  • Ruby 2.7.2;
  • Rails 6;
  • SQlite 3;

Version πŸ“Œ

1.0.1

Author βœ’οΈ

  • Maria Clara - Code and Documentation - [LinkedIn]

License πŸ“„

This project is under license [MIT] πŸ“.

About

A reference about my studies with Active Job in Rails and Sidekiq

License:MIT License


Languages

Language:Ruby 73.9%Language:HTML 15.1%Language:JavaScript 8.9%Language:CSS 1.7%Language:SCSS 0.4%