/ecosend

Ecosend test assignment

Primary LanguagePHPMIT LicenseMIT

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.