- PHP 7.3^|8.0^
- Composer
- Clone the repo
git clone https://github.com/msbodetti/the-blog.git
- Install dependencies and run packages
cd the-blog
composer install
npm install && npm run dev
- Copy .env.sample and rename to .env and update env database variables
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3310
DB_DATABASE=the-blog
DB_USERNAME=root
DB_PASSWORD=root
- Run migrations
php artisan migrate
- Run tests
php artisan test
You can now register an account & login :)
You can also start adding/editing/deleting posts :)