Installing this app:
-
Pull in the project from github to your htdocs:
a) Go to C:\xampp\htdocs
b) Right-click and press Git bash here
c) Write-in this command: git clone https://github.com/sarmadkhalil/Todoapp.git -
Go to .env file and add the name of the database you want to connect with
-
Open the project and run npm install and composer update
-
Run php artisan migrate:fresh --seed
-
Make sure XAMPP is running, and then run the command php artisan serve, and the website will run