Skip to content

huynhtloi/bookworm-app

 
 

Repository files navigation

Bookworm icon

BOOKWORM APP

Note:

  • Rename the file .env.example to .env
  • APP_URL, MIX_APP_FRONT_URL must be defined in .env

Usage:

  • install composer and npm management tool dependencies:
composer install
npm install
  • Rename .env.example to .env
  • Config APP_URL, MIX_APP_FRONT_URL and database connection information in .env
  • Generate app key by running command:
php artisan key:generate
  • Make sure Apache/Nginx & PostgreSQL are running on your local machine
  • Migrate & seed database by running command:
php artisan migrate:fresh --seed
  • Compile resource ReactJS:
npm run production

Version:

  • PHP: 7.3 | 8.0
  • Laravel Framework: 8.40
  • ReactJS: 17.0.2
  • Bootstrap: 4.6.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.9%
  • Other 1.1%