Skip to content

marknuyens/kitflix

Repository files navigation

Logo

About Kitflix

It's Netflix, but for kittens!

Installation

  1. Clone the repository:
    git clone https://github.com/marknuyens/kitflix.git
  2. Navigate to the project directory:
    cd kitflix
  3. Install the dependencies:
    composer install
    npm install
    npm run build
  4. Copy the .env.example file to .env:
    cp .env.example .env
  5. Set up the database:
    touch database/database.sqlite
    php artisan migrate
    php artisan db:seed
  6. Generate the application key:
    php artisan key:generate
  7. Start the development server:
    php artisan serve
  8. Open your browser and go to http://localhost:8000 to see the application in action.
  9. Oh, and simply press Ctrl + C to stop the server when you're done.
  10. Last, but not least: enjoy the kittens! 😻

About

Netflix for kittens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages