(2020) Award-Winning Web Developer.
Kelvin Kamara has over 10 years competency in both frontend & backend solutions. He is a firm believer in using the right tool for the job.
Specializing in backend server development Kel was fortunate to achieve a UK Government Award for his work with secure web systems.
# 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
npm install
npm run build
php artisan serve --port=3000
php artisan route:list
php artisan test --filter=Unit
See Github to Bitbucket Backup Repo Updater.
See food nutrition facts search web app.
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.