Skip to content

mahsamabbas/bemo_task

Repository files navigation

Setup

  • When you are done with installation, copy the .env.example file to .env
$ cp .env.example .env
  • Composer
$ composer install
  • Generate the application key
$ php artisan key:generate
  • Add your database credentials to the necessary env fields

  • Migrate the application

$ php artisan migrate
  • Seed Database
php artisan db:seed
  • Install node modules
$ npm install

Run the application

$ php artisan serve

Built With

  • Laravel - The PHP framework for building the API endpoints needed for the application
  • Vue - The Progressive JavaScript Framework for building interactive interfaces

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published