Majorettes and DLC Competition Tabulation System for Bato Foundation Anniversary
Here are the steps to set up the development environment for this project:
- Download and install XAMPP and NodeJS, if you haven't already.
- Start Apache and MySQL through XAMPP if not already running.
- Clone or download this repository to your XAMPP htdocs folder.
The final path should be
path_to/xampp/htdocs/bato-maj-dlc
. - Open the terminal and navigate to the project directory bato-maj-dlc.
- Execute the following commands to install the required dependencies:
npm install
- Compile and run the development server with hot reloading:
npm run dev
- Inside phpMyAdmin,
create a MySQL database named
bato-maj-dlc
and import bato-maj-dlc.sql into it. - Open your web browser and access http://localhost:5175/bato-maj-dlc/ to view the application.
Here's how to compile the project for production deployment:
- Generate the public folder by running the following command:
npm run build
- Access the application by visiting
http://[host_name]/bato-maj-dlc
, wherehost_name
is the IP address or host name of the server in the network. For example: