Skip to content

dhjeje/app_builder_general

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Project v3 repositories

Version 2 (old)

Project Setup

The project uses:

  • Frontend: Angular 17 (new panel)
  • Backend: Laravel 7

Installation Instructions:

  1. Build Angular application:

    ng build --prod

    Built files will be generated in the dist/ folder

  2. Copy files to Laravel: Copy builded contents from dist/ to Laravel's public/html/ folder

  3. Database setup:

    • Run migrations:
      php artisan migrate
    • Seed initial data:
      php artisan db:seed
  4. Start development server:

    php artisan serve
  5. Don't forget install php composer dependecies

  6. Rename .env.example to .env And add MySQL credentials

Passwords:

admin@admin.com manager@manager.com user@user.com

Notes:

  • Make sure all dependencies are installed (composer install for Laravel, npm install for Angular)
  • Configure your .env file before running migrations

License Requirements:

Any software product derived from this source code must be licensed under the GNU Affero General Public License (AGPL). This ensures that:

  • All modifications must be open-sourced
  • Network services using this code must provide source to users
  • The same license terms must be preserved in all derivative works

See GNU AGPL v3.0 for full license terms.

About

General information for developer

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors