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.
- 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
- Laravel
- Vue.js
- Mysql
- Clone the repository
- Run "composer install" and "npm i" to install all the dependencies
- Configure the database
- Run the "php artisan migrate" to create tables in the database
- Start the Laravel and Vue.js servers with "php artisan serve" and "npm run dev" commands
- Start the Laravel Scheduling with "php artisan schedule:work" command
- This project is in production enviroment in: https://www.dracohoje.com