/Resume-Builder

Online Resume Builder

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

How to install the Project:

Clone the project:

  • in terminal run :
 git clone git@github.com:https-github-com-Uwasenina/Resume-Builder.git

Then go into the folder of your project:

by running in the terminal:

cd Resume-Builder

Go to the root of the project

and run:

  • npm install 
  •  composer install
  •  cp .env.example .env
  •  php artisan key:generate
  •  php artisan migrate

The last step is to run the app on your local device

  • Run:
    •  npm run dev
  • Run:
    •  php artisan serve

Testing the app functionality

  • Run:

    •  php artisan migrate:refresh --seed

    Then go check in the database for user email and the password is 'password'