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

https://github.com/muhammad-sarfaraz/bank


https://github.com/muhammad-sarfaraz/bank

Last synced: about 2 months ago
JSON representation

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).