Skip to content

Remake of the personal website with Laravel, using MySQL as a RDBMS

Notifications You must be signed in to change notification settings

simonebogni/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the app

This is a personal website meant to represent my CV and my portfolio. The app is served on Heroku at the following url: https://simonebogni.herokuapp.com/.

Because Heroku puts apps to sleep when they are not used, please keep in mind that on the first connection the page might take some seconds to load completely.

The app is built in Laravel 8, using Bootstrap and Blade as a templating engine, and it has been built with responsiveness and accessibility in mind. The RDBMS used is PostgreSQL, but it can also be efforlessly used with MySQL.

When instanciating the project locally, make sure to properly set the ENV variables. I've provided seeders for the major database entities. After the app has been built, remember to create and fill the database with the following commands:

php artisan migrate:fresh
php artisan db:seed

About

Remake of the personal website with Laravel, using MySQL as a RDBMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages