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

https://github.com/devajayantha/bio-larav-test


https://github.com/devajayantha/bio-larav-test

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Manage Database Factoring & Translate

## Requirements

1. Laravel v10
2. PHP 8.2
3. MySQL 5.7

## Installation
There are steps to run the project locally using localhost.
```
composer install
php artisan key generate
php artisan migrate
php artisan db:seed
```
## Migrate Old Data
This command use to moving existing data in old database into new dataabse

```
php artisan app:migrate-data startid endid
```

## Demo
![Logo](https://devajayantha.github.io/assets/image-bio/advice_1.png)
![Logo](https://devajayantha.github.io/assets/image-bio/advice_2.png)
![Logo](https://devajayantha.github.io/assets/image-bio/advice_3.png)

## Detail
The flow detail i put in here
[click here](https://excalidraw.com/#json=cdb2y_oUaTY3xm165Ih7l,YjEt3RyAmDQQRaLsfZhDAQ)

## Thank you