- PHP
- JavaScript
- MySQL
This project is in reponse to a 'Junior Developer Entry test' assignment from a prospective employer and constitutues (in a functional state) a deliverable to this assignment
- docker
- a broswer
- Open terminal
- run
git clone https://srmes@bitbucket.org/srmes/shopping_app_test.git
- run
cd shopping_app_test
- run
docker-compose build
- run
docker-compose up
- run
docker ps
and copy the 'container_id' for the entry with an 'IMAGE' field of 'test:shopping' - run `docker exec -it [container_id] bash -l
- [inside of the container] run `cd .. && vendor/bin/doctrine orm:schema-tool:create. Ensure the output says 'Database schema created successfully!'
Afer completing the above installation instructions
- Open a modern web browser
- Navigate to localhost:8000 (homepage/view all products)
- Navigate to localhost:8000/add_product (input form to add a new product)
Finally enjoy!