Skip to content

kkamara/kelvinkamara.com

Repository files navigation

kelvinkamara.com-light.png

kelvinkamara.com-dark.png

kelvinkamara.com

(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.

government award

Installation

# 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

Usage

php artisan serve --port=3000

Api Documentation

php artisan route:list

Unit Tests

php artisan test --filter=Unit

Misc

See MRVL Desktop.

See MRVL Web.

See Github to Bitbucket Backup Repo Updater.

See PHP Docker Skeleton.

See Laravel 10 API 3.

See movies app.

See food nutrition facts search web app.

See ecommerce web.

See city maps mobile.

See ecommerce mobile.

See crm.

See birthday currency.

See PHP scraper.

Contributing

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.

License

BSD