AturAja adalah aplikasi scheduling sederhana dengan fitur kolaborasi jadwal
Make sure you have composer installed
> composer --versionIf it's not installed yet, you can download here
You also need php v 7.3 and mySQL database. You can use XAMPP
- Clone this project
- Install this Project Dependencies
> composer install- Replace the existing .env with the given .env
- Generate JWT Secret Key
> php artisan jwt:secret- Run MySQL database using XAMPP control panel
- Create database using phpmyadmin
- Migrate database
> php artisan migrate- Run this project
> php artisan serve