alhaji-aki / ecosend

Ecosend test assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Ecosend

Ecosend is a test interview assignment

Project Setup

  • Clone project git clone git@github.com:alhaji-aki/ecosend.git
  • Run composer install
  • Copy .env.example to .env and fill your values
  • Run php artisan key:generate to generate app key
  • Fill database and mail credentials in .env file
  • Run php artisan migrate --seed, this will create your database tables and seed countries, states and cities with data.
  • Run php artisan serve to serve your project

License

This app is licensed under MIT license. See LICENSE for details.

About

Ecosend test assignment

License:MIT License


Languages

Language:PHP 82.7%Language:Blade 17.0%Language:JavaScript 0.3%