Project: Simple list of tasks to do.
Client: React
Server: Laravel
- Git clone
- CD in the corresponding directory Backend or Frontend
- Install Composer/Laravel dependencies
composer install- Create .env file
cp .env.example .env- Edit the .env file and add your database credentials (you will need to have made a database for the project to use)
- Generate the application key
php artisan key:generate- Migrate the database
php artisan migratephp artisan serve- Install Node dependencies
npm installTo deploy this project run
npm starthttps://drive.google.com/file/d/18QbuMGvL4ie2LN8CHUeetEvnx5oxGAju/view?usp=sharing