Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khalilannbiya/student-app
Student App is an application used to manage student data along with their respective classrooms
https://github.com/khalilannbiya/student-app
crud laravel laravel-framework laravel9 php student-application
Last synced: 4 days ago
JSON representation
Student App is an application used to manage student data along with their respective classrooms
- Host: GitHub
- URL: https://github.com/khalilannbiya/student-app
- Owner: khalilannbiya
- Created: 2023-02-19T03:48:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-26T05:10:40.000Z (over 1 year ago)
- Last Synced: 2024-10-12T11:23:37.404Z (about 1 month ago)
- Topics: crud, laravel, laravel-framework, laravel9, php, student-application
- Language: PHP
- Homepage:
- Size: 20.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student App
Student App is an application used to manage student data along with their respective classrooms, and the purpose of creating this system is for learning purposes on Laravel version 9. This application was created using Laravel v9 and requires a minimum of PHP v8.0, so if during the installation or usage process there are errors or bugs, it is possible that it is due to an unsupported PHP version.
## Tech Stack
- **Client :** HTML, CSS, Bootstrap 5, Blade Template
- **Server :** PHP with Laravel## Run Locally
Clone the project
```bash
git clone https://github.com/khalilannbiya/student-app.git
```Or Download ZIP
[Link](https://github.com/khalilannbiya/student-app/archive/refs/heads/main.zip)
Go to the project directory
```bash
cd student-app
```Run the command
```bash
composer update
```Or
```bash
composer install
```Copy the .env file from .env.example.
```bash
cp .env.example .env
```Configure the .env file
```bash
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=student_app
DB_USERNAME=root
DB_PASSWORD=
```Opsional
```bash
APP_NAME=Student
APP_ENV=local
APP_KEY=base64:308iFheVu+blIs8b8x4Hj1pVzOutSoQNPuiw6pdB6JM=
APP_DEBUG=true
APP_URL=http://student-app.test
```Generate key
```bash
php artisan key:generate
```Migrate database
```bash
php artisan migrate
```Seeder table student_classes
```bash
php artisan db:seed --class=StudentClassSeeder
```Run serve
```bash
php artisan serve
```
## Documentation- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [Bootstrap 5](https://getbootstrap.com/)
- [Blade Template](https://laravel.com/docs/9.x/blade)
- [Laravel](https://laravel.com/docs/9.x)## Features
- Student Management
- Classroom Management## Feedback
If you have any feedback, please reach out to us at [email protected]