(2020) Award-Winning Web Developer.
Mr. Kelvin Kamara has over ten years of commercial experience delivering both front-end and back-end solutions. He believes in using the right tool for the job and takes a practical, quality-driven approach to building effective software.
With a particular strength in back-end and server-side development, Kel received the UK Government Cabinet Office Recognition Award in April 2019 for his work on secure web systems.
- XAMPP: Apache, MariaDB (MySQL alternative), & PHP
- If you find that the MariaDB XAMPP service fails to start (I get this on Windows) then install MySQL manually here
- https://laravel.com/docs
# Create our environment file.
cp .env.example .env
# Install our app dependencies.
composer i
php artisan key:generate
# Before running the next command:
# Update your database details in .env
php artisan migrate --seed
yarn install
yarn buildphp artisan serve --port=3000
# Website accessible at http://localhost:3000php artisan route:listphp artisan test --filter=UnitThis website uses an older version of the premium website theme, Writter.
The recommendations section uses the reviews slider at https://codepen.io/legwork/pen/PKaVpE .
See NodeJS ReactJS Boilerplate.
See ReactJS Native Mobile App Boilerplate.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.


