Skip to content

Bachelor of Science in Information Systems 4th year of La Verdad Christian College | Web-Based Scholarship Application Information System

Notifications You must be signed in to change notification settings

j-casimiro/Capstone-Project-Application-System

Repository files navigation

Capstone-Project-Application-System

Bachelor of Science in Information Systems 4th year of La Verdad Christian College | Web-Based Application Information System

Authors

Modules (least to highest access level)

  • Applicant/User's Module
  • Evaluator/Program Head's Module
  • Management Committee's Module
  • Registrar Staff's Module
  • Registrar/Admin Module

Installation

  1. Install the project with git
git clone https://github.com/J1hu/Capstone-Project-Application-System.git
  1. Install Project Dependencies from Composer
composer install 
  1. Install NPM Dependencies
npm install 
  1. Rename .env.example to .env

  2. Generate encryption key

php artisan key:generate
  1. Create an empty database using XAMPP

  2. Configure the .env file to allow connecting with the database

  3. Run migration and seeder to populate the database

php artisan migrate:fresh --seed
  1. Load TailwindCSS (do not close this terminal while running the project)
npm run dev
  1. Run the project
php artisan serve
  1. You can now login the default admin account on /admin route:
email: `admin@admin.com`
password: `password`

License

MIT

About

Bachelor of Science in Information Systems 4th year of La Verdad Christian College | Web-Based Scholarship Application Information System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages