Skip to content

MariyaKlimenko/Test

Repository files navigation

Before

Make sure that docker and docker compose are installed on your machine.

If you use Windows

Environment setup

  1. Create your local configuration file cp ./env.local ./env
  2. Start docker containers make start
  3. Install composer dependencies make composer-install
  4. Install npm packapges make npm-install
  5. Migrate database with seeds make migrate seed
  6. Build front-end make npm-dev
  7. Open your app in browser http://localhost:8080

Useful commands

  • Database cleanup make truncate
  • Stop/Restart docker containers make stop or make restart
  • SSH connect make ssh
  • To enable npm watche use make npm-watch
  • PHPUnit make phpunit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published