Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arifurdev/school_management_system

School management system (SMS) are software applications that help schools to streamline their operations and improve efficiency. SMS can be used to track student information, manage attendance, grade assignments etc.
https://github.com/arifurdev/school_management_system

es6 laravel laravel-project php-framework school-management school-management-system

Last synced: about 2 months ago
JSON representation

School management system (SMS) are software applications that help schools to streamline their operations and improve efficiency. SMS can be used to track student information, manage attendance, grade assignments etc.

Awesome Lists containing this project

README

        

# simple school management system

## Login Info
**click this:** [School management System](https://school.arifurdev.xyz/)

**Email:**[email protected]

**Password:** 12345678

**You can clone this repo and then scroll down**
## About this project

![d1](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/2875e130-4c6d-4a71-8624-24cf567c725b)
![d2](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/d072e8b4-ac28-49fb-8ede-f1c824cb1848)
![d3](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/afa98f57-e9e0-403e-a3bc-b883aaddb6ee)
![d4](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/0ee3a0d8-9ad3-4291-9398-058585c2ee2b)
![d5](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/0415b6b8-7c81-423f-b781-139343301919)
![d6](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/c5eae86f-53e2-47dc-9a23-21ef86916829)
![d7](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/a21ff9e2-0121-4572-94a5-0c749ab4208a)
![d8](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/2fd9d7c3-65a8-465a-a6c0-b5adc9e013bd)
![d9](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/b748d4b6-8244-462c-8d27-80da2ad48cf2)
![d10](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/32923d22-4420-45dc-a566-deca286fd9ed)
![d11](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/5b5bde98-e947-4f6c-9dbd-43f0f7d70cd4)
![d12](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/d09f7b81-34e5-4102-ade4-933a4942bac5)
![d13](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/b94b4b42-a3ae-48d8-9db8-996769756ae0)
![d14](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/3145d925-54e8-4440-8cc8-e2d6a82d96a5)
![d15](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/8d999cd3-36d0-410e-8e3e-fa99d7fb6629)
![d16](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/4850deec-a81a-4cd8-b48f-13e7ba545a8b)
![d17](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/29462782-da62-4606-90f9-4214fff92d84)
![d18](https://github.com/Arifurrahmanrifat29112002/school_management/assets/98427204/17071d11-c4f7-4d83-9677-834fe37b1039)

## clone the repository from GitHub, follow these steps:
### Clone the repository
```
git clone https://github.com/Arifurrahmanrifat29112002/school_management_system.git
```
```
cd school_management_system
```

### Install dependencies
```
composer install
```
```
npm install
```

### Set up environment configuration
```
cp .env.example .env
```
```
php artisan key:generate
```

### Update .env file with your database configuration

### Run migrations
```
php artisan migrate
```
### Run the development server
```
php artisan serve
```