-
Requirements:
- PHP 7.3.12
- Node version 12.14.1
- Laravel 7.1
- Composer 1.9.3
-
If you have linux installed, please modify your .env with your DB credentials and run the setup.sh. ..* Then go to http://localhost:8000/ to visit our to-do list website
-
If you have Windows installed, set your DB credentials in the .env file and run the following instructions into your folder's terminal:
- composer install
- npm i
- php artisan migrate:fresh
- npm run prod
- php artisan serve
-
Then you can go to http://localhost:8000/ and have fun !