An e-commerce Website that sell gym membership
Key features of the app:
- Laravel
- Bootstrap 5
- Football Standings System
- Jquery
- PHPmyadmin
- Responsive Design
- Download or clone from this repository.
- Unzip the folder.
- Cut folder to your htdocs diretory.
- Insert tes_coding.sql database inside the folder to http://localhost/phpmyadmin/.
- Open terminal in the VSC or using CMD and get into this folder repository using cd
- Run php artisan serve
MIT © Davin
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request