Skip to content

aquaminer/appartement-app

Repository files navigation

App

Prepare

composer install
cp .env.example .env
echo WWWUSER=$(id -u) >> .env 
echo WWWGROUP=$(id -g) >> .env 
yarn # or npm i
yarn run build #or npm run build

Run migrations

php artisan migrate

Run

docker-compose up -d

http://localhost/

Import Data

php artisan import:apartments

Run tests

php artisan test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published