Skip to content
Snippets Groups Projects
Commit 9e11b94b authored by Benedikt Schmitz's avatar Benedikt Schmitz
Browse files

edit spacing readme

parent 4491daf5
No related branches found
No related tags found
No related merge requests found
...@@ -3,21 +3,21 @@ ...@@ -3,21 +3,21 @@
## Installation ## Installation
Make sure to have php and npm installed. Make sure to have php and npm installed.
Run the following commands for initiation:\\ Run the following commands for initiation: <br />
npm install\\ npm install <br />
composer install composer install
Connect your mysql database and set the .env file with your api keys Connect your mysql database and set the .env file with your api keys
## Set Database ## Set Database
First migrate your database:\\ First migrate your database: <br />
php artisan migrate php artisan migrate
Fill database with commands (make sure to have the right datasets at the right position):\\ Fill database with commands (make sure to have the right datasets at the right position): <br />
php artisan import:daycare-centers\\ php artisan import:daycare-centers <br />
php artisan import:api-details php artisan import:api-details
## Start Website ## Start Website
Start the database and run the following command in 2 seperate terminals:\\ Start the database and run the following command in 2 seperate terminals: <br />
php artisan serve\\ php artisan serve <br />
npm run watch npm run watch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment