Bachelor of Science in Information Systems 4th year of La Verdad Christian College | Web-Based Application Information System
- Applicant/User's Module
- Evaluator/Program Head's Module
- Management Committee's Module
- Registrar Staff's Module
- Registrar/Admin Module
- Install the project with git
git clone https://github.com/J1hu/Capstone-Project-Application-System.git
- Install Project Dependencies from Composer
composer install
- Install NPM Dependencies
npm install
-
Rename .env.example to .env
-
Generate encryption key
php artisan key:generate
-
Create an empty database using XAMPP
-
Configure the .env file to allow connecting with the database
-
Run migration and seeder to populate the database
php artisan migrate:fresh --seed
- Load TailwindCSS (do not close this terminal while running the project)
npm run dev
- Run the project
php artisan serve
- You can now login the default admin account on
/adminroute:
email: `admin@admin.com`
password: `password`