This project is for learning purposes only and entirely inspired by Zura Sekhniashvili's video course.
You can find that video course on the freeCodeCamp youtube channel and the source code here.
- First of all, clone this project
git clone https://github.com/angelokezimana/elephpant-project.git
; - Navigate to the root project folder
cd elephpant-project
; - Install the dependencies of this project via composer
composer install
; - Copy the
.env.example
file and rename it to.env
or just usecp .env.example .env
; - Change the credentials of your database in the
.env
file; - Run migrations
php migrations.php
.
Run php built-in web server php -S 127.0.0.1:8000 -t public
.