Skip to content
/ DESKTR Public

Book Sales & Distribution Management Software

License

Notifications You must be signed in to change notification settings

2gbeh/DESKTR

Repository files navigation

DESKTR

Book Sales & Distribution Management Software

Laravel PHP MySQL

Installation

$ composer create-project laravel/laravel:^8.0 DESKTR

$ cd DESKTR

$ php artisan serve

Local: http://localhost:8000/

Setup

$ git clone https://github.com/2gbeh/DESKTR.git

$ cd DESKTR

$ composer install

$ npm install (optional)

$ php artisan key:generate

$ php artisan serve

Local: http://localhost:8000/

Usage

  1. Start Apache Server and visit http://localhost/phpmyadmin

  2. Create a new database desktr

  3. Import database dump desktr.sql

  4. Copy .env.example to .env and update content where applicable

APP_DEBUG=true
DB_USERNAME=${database_username}
DB_PASSWORD=${database_password}
  1. Visit http://127.0.0.1:8000

Screenshots

Screenshot

Resources