monciego / scholarship-system

Scholarship System for Pangasinan State University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scholarship System for Pangasinan State University

Welcome to the Scholarship System for Pangasinan State University! This system allows you to manage scholarships and provides students with personalized scholarship suggestions. It also features mobile push notifications to keep users informed about important updates.

Getting Started

Follow these steps to clone and set up the project on your local machine:

  1. Clone the repository:

    git clone https://github.com/monciego/scholarship-system.git
  2. Install PHP dependencies:

    composer install
  3. Install JavaScript dependencies:

    npm install
  4. Copy the environment file:

    cp .env.example .env
  5. Generate an application key:

    php artisan key:generate
  6. Run database migrations:

    php artisan migrate
  7. Start the development server:

    php artisan serve
  8. In another terminal, compile assets for development:

    npm run dev

Accessing the System

Visit http://127.0.0.1:8000/ in your browser to access the Scholarship System.

Thank you for exploring the Scholarship System for Pangasinan State University! 🎓🌟

About

Scholarship System for Pangasinan State University


Languages

Language:Vue 70.8%Language:PHP 26.6%Language:Blade 2.0%Language:JavaScript 0.5%Language:CSS 0.1%