Skip to content

huzaifaarain/tombstone

Repository files navigation

Tombstone Orders App

Docker Setup ( Optional )

If you would like to run the application using docker, please follow the steps below.

Navigate to the root directory of the application and run the following commands.

docker-compose build
docker-compose up -d
docker exec tombstone_app composer install
docker exec tombstone_app php artisan migrate
docker exec tombstone_app php artisan db:seed
docker exec tombstone_app php artisan test

Sqlite Setup ( Optional )

DB_CONNECTION=sqlite
DB_HOST=127.0.0.1
DB_PORT=3306

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages