Skip to content

Automated Attendance System with Face recognition, QR codes, Grading System (Including reports card and form 137) and more.

Notifications You must be signed in to change notification settings

aldrin112602/WebInn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebInn: Step-by-Step Setup Guide

Prerequisites

Make sure you have the following installed on your system:

Clone the Repository

  1. Open your terminal (Git Bash or CMD).

  2. Verify installations:

    composer --version
    npm --version
    git --version
  3. Set up your Git credentials:

    git config --global user.name "Your Name"
    git config --global user.email "your@example.com"
  4. Clone the repository:

    git clone https://github.com/aldrin112602/Web-Ed.git

Setup Project in VS Code

  1. Navigate to the project directory:

    code Web-Ed

    This will open VS Code with your project.

  2. Open a terminal in VS Code and follow these steps.

Install Dependencies

Composer (PHP)

Install PHP dependencies:

composer install

Node.js (JavaScript)

Install JavaScript dependencies:

npm install

Configure Storage

Set up symbolic link for storage:

php artisan storage:link

Start Local Server

  1. Start PHP server (first terminal):

    npm run serve
  2. Compile assets with Node.js (second terminal):

    npm run dev

XAMPP Configuration

Ensure Apache and MySQL are running in XAMPP.

Database Migration

Run migrations to set up your database:

npm run migrate

Run the Seeder

Run the seeder to populate the database with the new data:

npm run seed

About

Automated Attendance System with Face recognition, QR codes, Grading System (Including reports card and form 137) and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages