{"id":24440498,"url":"https://github.com/lorentzazweena/beasiswa---bnsp","last_synced_at":"2026-04-20T05:01:51.636Z","repository":{"id":271200323,"uuid":"912676174","full_name":"LorentzaZweena/beasiswa---BNSP","owner":"LorentzaZweena","description":"\"Education is the key to unlocking your potential, and a scholarship is the door to your future. Let this opportunity be the foundation upon which you build your dreams.\"","archived":false,"fork":false,"pushed_at":"2025-01-13T08:38:36.000Z","size":1925,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T01:46:47.593Z","etag":null,"topics":["bootstrap","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LorentzaZweena.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-06T06:55:39.000Z","updated_at":"2025-01-13T08:40:43.000Z","dependencies_parsed_at":"2025-03-14T01:45:23.928Z","dependency_job_id":"ba8d330f-1f64-4831-b408-4e4ca426b6d6","html_url":"https://github.com/LorentzaZweena/beasiswa---BNSP","commit_stats":null,"previous_names":["lorentzazweena/beasiswa---bnsp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LorentzaZweena/beasiswa---BNSP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorentzaZweena%2Fbeasiswa---BNSP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorentzaZweena%2Fbeasiswa---BNSP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorentzaZweena%2Fbeasiswa---BNSP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorentzaZweena%2Fbeasiswa---BNSP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LorentzaZweena","download_url":"https://codeload.github.com/LorentzaZweena/beasiswa---BNSP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorentzaZweena%2Fbeasiswa---BNSP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32033717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","php"],"created_at":"2025-01-20T20:55:14.633Z","updated_at":"2026-04-20T05:01:51.631Z","avatar_url":"https://github.com/LorentzaZweena.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scholarship | BNSP\n\nWelcome to the \"Scholarship | BNSP\" project! This is a web application built with PHP and Bootstrap that aims to provide an easy and efficient way to manage and apply for scholarships under the BNSP (Badan Nasional Sertifikasi Profesi) program. The platform is designed for students and professionals looking to explore scholarship opportunities, track their application status, and access necessary resources.\n\n## Features\n\n- **User Registration \u0026 Authentication**: Allow users to sign up, log in, and manage their profiles.\n- **Scholarship Application**: Users can browse and apply for available scholarships.\n- **Admin Panel**: An administrative interface to manage scholarships, applications, and user data.\n- **Responsive Design**: Built with Bootstrap for a responsive and user-friendly interface across all devices.\n- **Notifications**: Users receive notifications regarding application statuses and deadlines.\n\n## Requirements\n\nTo run this project locally, you will need the following:\n\n- **PHP** (\u003e= 7.4)\n- **MySQL** or **MariaDB** for the database\n- A web server (Apache or Nginx)\n- **Composer** (for managing dependencies)\n- **Bootstrap 4** (included in the project)\n\n## Installation\n\n### Step 1: Clone the Repository\n\nClone the repository to your local machine using Git.\n\n```bash\ngit clone https://github.com/LorentzaZweena/beasiswa-bnsp.git\ncd beasiswa-bnsp\n```\n\n### Step 2: Install Dependencies\n\nRun the following command to install the required PHP dependencies using Composer.\n\n```bash\ncomposer install\n```\n\n### Step 3: Set Up the Database\n\n1. Create a MySQL database for the application.\n2. Import the SQL file found in the `database` folder (e.g., `scholarship_bnsp.sql`) to set up the tables.\n3. Update the database configuration in the `.env` file or configuration file (`config/db.php`), ensuring the correct database name, username, and password are used.\n\n### Step 4: Configure Your Web Server\n\nMake sure your web server is set to serve the application directory. If you're using Apache, you may need to configure the `.htaccess` file to handle URL rewriting.\n\n### Step 5: Run the Application\n\nOnce everything is set up, you can run the application by navigating to the root directory of your project in a web browser.\n\n```bash\nhttp://localhost/beasiswa-bnsp\n```\n\n## Usage\n\n### For Users\n\n- **Create an Account**: Register by providing basic information such as name, email, and password.\n- **Apply for Scholarships**: Browse through available scholarships and submit applications.\n- **Track Application Status**: Keep an eye on your application progress and notifications.\n\n### For Admins\n\n- **Manage Scholarships**: Add, update, and remove scholarship listings from the platform.\n- **Review Applications**: View and manage user applications to scholarships.\n\n## Contributing\n\nWe welcome contributions! If you'd like to improve the project or fix bugs, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch.\n3. Make your changes.\n4. Commit your changes and push them to your fork.\n5. Open a pull request with a description of your changes.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nIf you have any questions or need further assistance, feel free to open an issue or contact the maintainers.\n\n---\n\nThank you for checking out the beasiswa | BNSP project! We hope it helps students and professionals in finding and applying for scholarships efficiently.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florentzazweena%2Fbeasiswa---bnsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florentzazweena%2Fbeasiswa---bnsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florentzazweena%2Fbeasiswa---bnsp/lists"}