full-stack-tech-exam-andrewmcelvey

Full Stack Tech Exam - Readme Template

Name: [Andrew McElvey]

Component Link
GitHub Repository https://github.com/andrewmcelvey2/full-stack-tech-exam-andrewmcelvey
GitHub Pages (docs/) https://andrewmcelvey2.github.io/full-stack-tech-exam-andrewmcelvey/
Dev Server (Render) (https://full-stack-tech-exam-andrewmcelvey.onrender.com](https://full-stack-tech-exam-andrewmcelvey.onrender.com/)
Production Server (GCP) http://34.44.146.226:3000
GitHub Repository https://github.com/your-username/your-repo-name
GitHub Pages (docs/) https://your-username.github.io/your-repo-name/
Dev Server (Render) https://full-stack-tech-exam-andrewmcelvey.onrender.com
Production Server (GCP) http://your.static.external.ip:3000
Issue https://github.com/your-username/your-repo-name/issues/1
Pull Request https://github.com/your-username/your-repo-name/pull/1
Milestone https://github.com/your-username/your-repo-name/milestone/1
Successful CI/CD Action https://github.com/your-username/your-repo-name/actions/runs/your-run-id
ssh cmd to your gcp ssh -i student-key bcumbie@your.static.external.ip

Full Stack Tech Exam Instructions

Starting with a given codebase (provided as a GitHub repository), configure and develop a full stack infrastructure and app.

Requirements

for the sake of time, you may can approach these steps in the order you choose.

1️⃣ access the codebase

2️⃣ configure your repository

3️⃣ modify the codebase

4️⃣ set up a dev server

5️⃣ set up a gcp compute engine vm instance

student-key.pub # available on canvas

6️⃣ set up ci/cd on the main branch

Submission