https://github.com/muhammad-sarfaraz/bank
https://github.com/muhammad-sarfaraz/bank
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhammad-sarfaraz/bank
- Owner: Muhammad-Sarfaraz
- Created: 2023-11-18T17:41:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T22:11:44.000Z (over 1 year ago)
- Last Synced: 2025-02-07T05:16:00.659Z (4 months ago)
- Language: PHP
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
#### Automatic Setup
ensure that you have configured the database settings in your environment variables in env. Then run this code on bash.```bash
./setup.sh
```
#### Manual Setup- ``` composer install ```
- ```php artisan key:generate ```
- ```php artisan migrate:fresh --seed ```
- ```php artisan storage:link ```
- ``` php artisan optimize:clear ```
#### Run the application
```php artisan serve```#### Test Coverage
```php artisan test```#### Frontend
For the frontend views, please navigate to [link](https://github.com/Muhammad-Sarfaraz/Frontend-Bank).