Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

README.md

Blame
  • user avatar
    Benedikt Schmitz authored
    9e11b94b
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Kitafinder

    Installation

    Make sure to have php and npm installed.

    Run the following commands for initiation:
    npm install
    composer install

    Connect your mysql database and set the .env file with your api keys

    Set Database

    First migrate your database:
    php artisan migrate

    Fill database with commands (make sure to have the right datasets at the right position):
    php artisan import:daycare-centers
    php artisan import:api-details

    Start Website

    Start the database and run the following command in 2 seperate terminals:
    php artisan serve
    npm run watch