This is A Application That You Can Send Message when you have an emergency needing blood using API Fonntee
This Application made by Laravel For Backend And For The Frontend Its Made by Next JS
- git clone this repository
git clone https://github.com/HaiPigGi/Donor_Darah__Laravel-API-FONNTE.git
- run
composer install
- change name .env.example to .env
- run
php artisan migrate
- before you running the program, you've to change the API key in .env
- and you able to run backend
php artisan serve
- go to directory clone you have it before
- Type
cd my-app/
- run
npm install
npm run dev