Skip to content

As the title says, its a project to make your personal resume website with a dashboard that controls everything in the website from colors to sections and everything.

Notifications You must be signed in to change notification settings

ZooZAE/Personal-Resume-Website

Repository files navigation

Getting Started

Clone this repo:

git clone https://github.com/Ahmad-Chebbo/BTC-Portfolio-Website.git

Install php dependencies:

composer install

Copy the env.example file to .env and generate new key:

cp .env.example .env

php artisan key:generate

Go to the .env file and change the database credentials to your database:

Migrate the database and the seeds:

php artisan migrate:fresh --seed

Workflow

Serve the project:

php artisan serve

Login and access project

To login into the Dashboard.

shift + z

and use the default email : admin@gmail.com and password : password

About

As the title says, its a project to make your personal resume website with a dashboard that controls everything in the website from colors to sections and everything.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published