Skip to content

This app shows in real time current values from two crypto coins and a chart with that values.

Notifications You must be signed in to change notification settings

Jonathancmaia/dracoHoje2.0

Repository files navigation

Draco Hoje

Draco hoje is a website developed in Laravel and Vue.js that displays the current values in Brazilian real and US dollars of two coins named Draco and Hydra (From Mir4). The site also has the functionality of saving the values of these currencies every 30 minutes in a database to generate some graphs.

Features

  • Display of current values in Brazilian real and US dollars of Draco and Hydra
  • Saving of currency values every 30 minutes in a database
  • Generation of a graph with the currency values over time

Technologies Used

  • Laravel
  • Vue.js
  • Mysql

Installation in dev enviroment

  1. Clone the repository
  2. Run "composer install" and "npm i" to install all the dependencies
  3. Configure the database
  4. Run the "php artisan migrate" to create tables in the database
  5. Start the Laravel and Vue.js servers with "php artisan serve" and "npm run dev" commands
  6. Start the Laravel Scheduling with "php artisan schedule:work" command

See this in production

About

This app shows in real time current values from two crypto coins and a chart with that values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published