Event Management App
-
Run composer init to initialize the project and install dependencies via composer install.
-
Migrate the database using
php artisan migrate. -
Seed the database with initial data using
php artisan db:seed. -
Start the application by running
php artisan serve.
-
Ensure Node.js and NPM are installed. Download them from nodejs.org.
-
Install frontend dependencies by running
npm installin the project root directory. -
npm run devfor development.
This project is licensed under the MIT License. See the LICENSE file for details.