Skip to content

This is the repository of the web application for our capstone project entitled 'Automated Univariate and Multivariate Time Series Forecasting'

Notifications You must be signed in to change notification settings

jzaragosa06/forecast_web_app

Repository files navigation

Repository for Automated Time Series Forecasting

  • Run composer install to install the dependencies.
  • Run php artisan storage:link to properly fetch the resources from the storage directory.
  • Additionally, run npm install.
  • Create a database in your local computer with the name 'forecast_web_app_db'.
  • Run the migration files, i.e., php artisan migrate.

To run the project, open two terminal. In the first terminal, run php artisan serve. In the second terminal run npm run dev.

About

This is the repository of the web application for our capstone project entitled 'Automated Univariate and Multivariate Time Series Forecasting'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages