Skip to content

Repository files navigation

Running the Project

To run this project, ensure you have the following prerequisites:

  • PHP 7.3 or higher
  • Composer
  • Node.js 18

Follow these steps to get started:

  1. Clone the repository:

    git clone https://github.com/H-pun/bookshelf
    cd bookshelf
  2. Install PHP dependencies:

    composer install
  3. Install Node.js dependencies:

    npm install
  4. Set up environment variables: Copy the .env.example file to .env and update the necessary configurations.

    cp .env.example .env
  5. Generate application key:

    php artisan key:generate
  6. Run database migrations:

    php artisan migrate
  7. Seed the database:

    php artisan db:seed
  8. Start the development server:

    php artisan serve

Your Laravel application should now be running on http://localhost:8000.

License

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

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages