You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
[![Product Name Screen Shot][product-screenshot]](http://ec2-54-185-223-128.us-west-2.compute.amazonaws.com/)
16
-
17
-
This repository contains a Dockerized Laravel application designed for local development. The cloud setup and deployment (AWS EC2, RDS, S3, CloudFront) were performed manually to save time. For the local environment, this setup provides a quick way to spin up and showcase the test assignment.
3
+
This repository contains a Dockerized Laravel application designed for local development.
18
4
19
-
**Note**: My primary framework is Symfony, but for this test assignment, I opted to use Laravel as specified in the requirements.
5
+
**Note**: My primary framework is Symfony, but for this test assignment, I opted to use Laravel in order to express my framework independence.
20
6
21
7
<!-- GETTING STARTED -->
22
8
## Getting Started
@@ -38,53 +24,20 @@ Ensure you have Docker and Docker Compose installed on your machine.
38
24
make build
39
25
```
40
26
This command will build and start the necessary Docker containers. The process may take some time.
41
-
42
-
3. Create the stored procedure:
43
-
```sh
44
-
make run-sql
45
-
```
46
-
This will execute the SQL script to set up the stored procedure in the MySQL container.
47
-
48
-
4. Access the application:
49
-
50
-
By default, the application will be available on port 80 of localhost. Ensure this port is available; otherwise, the build may fail.
51
-
52
-
Open your browser and go to http://localhost.
53
27
54
-
## AWS Test Environment
28
+
3. Access the application:
55
29
56
-
The application is also deployed on an AWS test environment for one week from the submission of the test assignment. After this period, the test environment will be removed.
0 commit comments