https://github.com/softdev629/laravel-student-app
Simple Laravel project that implements CRUD action of student management system.
https://github.com/softdev629/laravel-student-app
crud-operation laravel mysql
Last synced: 12 months ago
JSON representation
Simple Laravel project that implements CRUD action of student management system.
- Host: GitHub
- URL: https://github.com/softdev629/laravel-student-app
- Owner: softdev629
- Created: 2022-12-30T06:52:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T02:51:12.000Z (about 1 year ago)
- Last Synced: 2025-01-07T08:17:09.406Z (about 1 year ago)
- Topics: crud-operation, laravel, mysql
- Language: PHP
- Homepage:
- Size: 975 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tasks
It is a student database management system. I want the front end to be in HTML and CSS, and the back end could be done using PHPMyAdmin, or any other database MySQL-supporting software. I have made basic "graphic visualisation" diagrams from the website attached below. Essentially, the project should consist of at least 7 of the following:
1. Arrays
2. User-defined objects
3. Objects as data records
4. Simple selection (if–else)
5. Complex selection (nested if, if with multiple conditions or switch)
6. Loops
7. Nested loops
8. User-defined methods
9. User-defined methods with parameters (the parameters have to be useful and used within the method body)
10. User-defined methods with appropriate return values (primitives or objects)
11. Sorting
12. Searching
13. File i/o
14. Use of additional libraries (such as utilities and graphical libraries not included in appendix 2 Java Examination Tool Subsets)
15. Use of sentinels or flags
The project and the visualisation can be modified, as long as they still meet the criteria, and similar. Keep it simple. I would also need screenshots of the code (only the parts that have the above criteria), around 5 should be good.
## Interfaces




## Presentation


.png)

