Skip to content

Helping to analyze and predict academic space usage at uconn

Notifications You must be signed in to change notification settings

uconndxlab/academic-space-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Instructional Space Utilization Dashboard

This Laravel 11 application is designed to help predict and manage instructional space utilization based on enrollment projections.

Features

  • Room and Seat Utilization Calculations: Automatically calculate room and seat utilization percentages.
  • Enrollment Projections: Input projected enrollment numbers and determine how many rooms will be needed.
  • Dynamic Dashboard: Real-time updates based on different scenarios and data inputs.

Getting Started

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/instructional-space-utilization.git
    cd instructional-space-utilization
  2. Install PHP dependencies:

    composer install
  3. Install Node.js dependencies:

    npm install
  4. Create and configure the .env file:

    cp .env.example .env
    • Update database credentials and other necessary settings in the .env file.
  5. Generate the application key:

    php artisan key:generate
  6. Run database migrations:

    php artisan migrate
  7. Seed the database (if applicable):

    php artisan db:seed
  8. Run the development server:

    php artisan serve

Frontend Compilation

To compile the frontend assets:

  • Development:

    npm run dev
  • Production:

    npm run build

Testing

To run the test suite:

php artisan test

About

Helping to analyze and predict academic space usage at uconn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages