It is a backend admin panel for a portfolio website.
Front-end theme link
Portfolio Website Demo [ Back-end ] : Youtube Link
- PHP ( language )
- Laravel ( framework)
- MySql
- Ajax
- Composer
To get a local copy up and running follow these simple steps.
- install php 8 or above
- install apache2 ( or any local serve )
- install mysql
- install composer
- Clone the repo
git clone https://github.com/MUSTAFA-Hamzawy/Portfolio-Website.git
- Import the database file from the folder SQL_File
- Make your own copy of the .env file
cp .env.example .env
DB_DATABASE= your db name here
DB_USERNAME= your db username
DB_PASSWORD= your password
- Install dependecies
composer install
npm install
- Generate a key
php artisan key:generate
- Start Running
npm run dev
php artisan serve ( another terminal)
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or
- Directly create a pull request after you edit the files with necessary changes.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
See LICENSE for more information.