- Install xampp on your system
- install composer on your system
- install gitbash on your system
- clone the repository by copying the command below and running it on your command line
- cd into the project and run the command to install all needed package
- create your database
- duplicate .env.example and rename the duplicate to .env
- add you database credentials to .env file
- run the command to generate application key
- run the command to migrate your table
- run the command to start the server
git clone https://github.com/okoye-peter/genika_project.git
composer install
npm install && npm run dev
php artisan key:gen
php artisan migrate
php artisan serve