Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order Service

A Single page Vue admin panel for Ordering.

Built with

Installation

With Docker

  • To get started, you need to install Docker.
  • You may run the following command in your terminal
  • git clone git@github.com:Hassanhs-97/order-service.git
  • cd order-service/docker
  • docker-compose up -d
  • docker exec docker-backend-1 php artisan migrate:fresh --seed
  • Now open http://localhost:8008/login

Without Docker Desktop

  • To get started, you need to install PHP Composer.
  • git clone git@github.com:Hassanhs-97/order-service.git
  • cd order-service
  • Create a new MYSQL database and update database details in .env file
  • php artisan key:generate
  • php artisan migrate --seed
  • npm install
  • npm run dev
  • php artisan serve
  • Now open http://localhost:8008/login
Super Admin Login

Admin Configuration:

To change the Admin Prefix, change prefix on config/admin.php or add the ADMIN_PREFIX on env

'prefix' => env('ADMIN_PREFIX', 'admin'),

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages