This is an academic project developed by undefined team @Esprit University Tunisia. In this repository using laravel 9 to create an application intended to facilitate adopting animals . We used blade template engine to create the front-end and bootstrap 5 to style the pages. We used MySQL as a database and phpMyAdmin to manage it.
- wipe your current database if it exists
php artisan db:wipe- create a new database
php artisan migrate- seed the database
php artisan db:seed- install mix depedencies
npm install && npm run dev- run the server
php artisan serve- open the browser and go to http://localhost:8000/
We implemented both the frontoffice and backoffice of the application. The frontoffice is the part of the application that is accessible to the public, in which we display some listings of animals and their details, rewards etc .. The backoffice is the part of the application that is accessible to the admin, in which he is allowed to manage the application, such as adding, deleting, updating animals, rewards, users, etc ..
- MySQL
This project was developed under the supervision of Mme Soumaya Sassi .