{"id":22787671,"url":"https://github.com/dasunnethsara-04/sms-v2","last_synced_at":"2026-02-25T17:37:28.752Z","repository":{"id":257437105,"uuid":"858257549","full_name":"DasunNethsara-04/sms-v2","owner":"DasunNethsara-04","description":"A simple Student Management System with Laravel 11","archived":false,"fork":false,"pushed_at":"2024-12-11T18:20:59.000Z","size":512,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T12:58:51.410Z","etag":null,"topics":["blade","laravel","laravel-crud-operation","laravel-web","laravel11","laravel11x","studentmanagementsystem","webapp"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/DasunNethsara-04.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":"2024-09-16T15:28:29.000Z","updated_at":"2025-01-13T17:04:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"767ca103-3bbd-415a-9082-7a6d1a5484ce","html_url":"https://github.com/DasunNethsara-04/sms-v2","commit_stats":null,"previous_names":["dasunnethsara-04/sms-v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DasunNethsara-04/sms-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DasunNethsara-04%2Fsms-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DasunNethsara-04%2Fsms-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DasunNethsara-04%2Fsms-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DasunNethsara-04%2Fsms-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DasunNethsara-04","download_url":"https://codeload.github.com/DasunNethsara-04/sms-v2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DasunNethsara-04%2Fsms-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29832971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T17:17:09.781Z","status":"ssl_error","status_checked_at":"2026-02-25T17:16:50.421Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blade","laravel","laravel-crud-operation","laravel-web","laravel11","laravel11x","studentmanagementsystem","webapp"],"created_at":"2024-12-12T00:59:50.674Z","updated_at":"2026-02-25T17:37:28.737Z","avatar_url":"https://github.com/DasunNethsara-04.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Student Management System\n\nThis is a simple student management system that allows you to add, delete, update and view students, teachers and class moderators. It also allows you to assign students to classes and teachers to classes. And also all the users (students, teachers, class moderators and admins) can log into the application and view their profile and do their job as the role they have.\n\n## Installation and Setup\n1. First, you have to clone the repository to your local machine. To do so you can run the following command in your terminal.\n    ```bash\n    git clone https://github.com/DasunNethsara-04/sms-v2.git\n    ```\n\n2. Then you have to navigate to the project directory.\n    ```bash\n    cd sms-v2\n    ```\n\n3. Now you have to install the dependencies. To do so you can run the following command.\n    ```bash\n    composer install\n    ```\n    This will install all the dependencies that are required for the project. If you haven't installed composer yet, you can download it from [here](https://getcomposer.org/download/).\n\n4. Now you can create a database with mysql. You can use the following command to create the database.\n    ```sql\n    CREATE DATABASE sms;\n    ```\n   \n5. Now you have to migrate the tables to the database. To do so you can run the following command.\n    ```bash\n    php artisan migrate\n    ```\n    This will create all the tables that are required for the project.\n\n6. Now you can seed the database with some data. To do so you can run the following command.\n    ```bash\n    php artisan db:seed\n    ```\n    This will seed the database with some data.\n\n7. Now you can run the project. To do so you can run the following command.\n    ```bash\n    php artisan serve\n    ```\n    This will start the server, and you can access the project by navigating to,\n    ```\n    http://127.0.0.1:8000\n   ```\n   \n8. Now you can log into the system using the following credentials.\n\n    \u003e Admin:\u003cbr\u003e\n        Email: test@admin.com\u003cbr\u003e\n        Password: admin123\n        \n    \u003e Teacher:\u003cbr\u003e\n        Email:test@teacher.com\u003cbr\u003e\n        Password: teacher123\n    \n    \u003e Student:\u003cbr\u003e\n        Email: test@student.com\u003cbr\u003e\n        Password: student123\n\n`If there are any issues, please let me know. I will try to help you as much as I can.`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasunnethsara-04%2Fsms-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdasunnethsara-04%2Fsms-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasunnethsara-04%2Fsms-v2/lists"}