- in terminal run :
git clone git@github.com:https-github-com-Uwasenina/Resume-Builder.git
by running in the terminal:
cd Resume-Builder
and run:
-
npm install
-
composer install
-
cp .env.example .env
-
php artisan key:generate
-
php artisan migrate
- Run:
-
npm run dev
-
- Run:
-
php artisan serve
-
-
Run:
-
php artisan migrate:refresh --seed
Then go check in the database for user email and the password is 'password'
-