This is a project that I did when I was in my college studies. It is a resume maker application that was built using CI4 and Laravel.
- Click on
<> Code
button - Copy the HTTPS/SSH repository link
- Run
git clone
command on your terminal. - Install the necessary dependencies by running
composer install
- Creating .env file by
cp .env.example .env
and fill in the necessary fields, e.g.: database connection, etc. - Import the database using
.sql
script provided inside public folder. - Run
php spark serve
to serve your application.