Skip to content

amazbhola/workplanner

Repository files navigation

Work Planner

A construction work planner web application following the Software Design Document (SDD).

Requirements

  • PHP 8.3+
  • Node.js & npm
  • Composer
  • MySQL 8+

Installation

  1. Copy .env.example to .env and configure database credentials:

    cp .env.example .env
  2. Install PHP dependencies:

    composer install
  3. Install JavaScript dependencies:

    npm install
  4. Build assets:

    npm run build
  5. Set up a web server to serve the public directory.

Development

To run Vite dev server (for hot reloading):

npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors