Skip to content

The repo used for coding assignments

Notifications You must be signed in to change notification settings

Ensibuuko/coding-assignment

Repository files navigation

Getting Started

  1. Clone this repo && cd into it
  2. Run cp .env.example .env
  3. Run docker-compose up -d
  4. Run docker exec -it assignment-project npm run watch to build/watch with webpack
  5. Visit http://localhost:8085 to see the page.

Interacting with the Docker Container

The application is now running within the docker container. There's a mysql container and an application container. These are basically computers within your computer.

To "get in" to the application container in order to run commands, you'll need to run this:

# - execute in an interactive terminal (-it)
# - on the assignment-project container
# - the bash command (to open a prompt)
docker exec -it assignment-project bash

# Now you can run whatever you like from within the container:
php artisan tinker

About

The repo used for coding assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages