Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monciego/scholarship-system
Scholarship System for Pangasinan State University
https://github.com/monciego/scholarship-system
inertiajs knn-algorithm laravel machine-learning mysql pwa tailwindcss vue
Last synced: about 6 hours ago
JSON representation
Scholarship System for Pangasinan State University
- Host: GitHub
- URL: https://github.com/monciego/scholarship-system
- Owner: monciego
- Created: 2023-06-29T00:39:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T16:03:38.000Z (8 months ago)
- Last Synced: 2024-03-07T17:27:13.749Z (8 months ago)
- Topics: inertiajs, knn-algorithm, laravel, machine-learning, mysql, pwa, tailwindcss, vue
- Language: Vue
- Homepage:
- Size: 4.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:**
```bash
git clone https://github.com/monciego/scholarship-system.git
```2. **Install PHP dependencies:**
```bash
composer install
```3. **Install JavaScript dependencies:**
```bash
npm install
```4. **Copy the environment file:**
```bash
cp .env.example .env
```5. **Generate an application key:**
```bash
php artisan key:generate
```6. **Run database migrations:**
```bash
php artisan migrate
```7. **Start the development server:**
```bash
php artisan serve
```8. **In another terminal, compile assets for development:**
```bash
npm run dev
```## Accessing the System
Visit [http://127.0.0.1:8000/](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! 🎓🌟