Skip to content

ailearnertech/Aquilon-Robotics-Web-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 How to Run Aquilon Robotics Project

1️⃣ Install Requirements

Install a local server environment:

  • XAMPP (Recommended)
  • WAMP
  • MAMP

2️⃣ Move Project Folder

  1. Extract the project zip file
  2. Copy the robot folder
  3. Paste it inside:
<!-- -->
xampp/htdocs/

3️⃣ Create Database

  1. Open phpMyAdmin
  2. Create a new database:
<!-- -->
aquilon_robotics
  1. Import the file:
<!-- -->
dtabase.sql

4️⃣ Configure Database Connection

Open file:

config/database.php

Update credentials if needed:

$host = "localhost";
$username = "root";
$password = "";
$database = "aquilon_robotics";

5️⃣ Run the Project

  1. Start Apache and MySQL from XAMPP
  2. Open browser and go to:
<!-- -->
http://localhost/robot/

✅ Done

Register account → Login → Access Dashboard

About

Aquilon Robotics Web Platform Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors