GA-Simon / devops-challenge

ParallelScore DevOps Bounty Challenge. Project built using Terraform, Docker, Azure Container Registry, Azure Key Vault, Azure Web App, and Azure Pipelines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert PDF to WebForm

License: MIT

Project Description

ParallelScore Convert PDF to WebForm Bounty Challenge.

App Url: pdf2webform

This project was bootstrapped with Create React App.

Table of Content

Technology Used
Running the App Locally
Docker
Production Deployment
License
Author

Technology Used

React

Docker

Azure Container Registry (ACR)

Azure App Service - Web App for Containers

Running the App Locally

In the project directory, you can run:

Run npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Run npm test

Launches the test runner in the interactive watch mode.

Run npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Docker

Building the Image

docker build -t <container-registry-name>.azurecr.io/<image-name>:latest .

List your Docker Image

Run docker images

Run App in Detached Mode

Run docker run -d -p 80:8080 <container-registry-name>.azurecr.io/<image-name>

To view App in Browser

Enter localhost

Login to your Azure Container Registry

Run docker login <container-registry-name>.azurecr.io and supply your username and password for authentication

Push Image to Docker Registry in Azure

Run docker push <container-registry-name>.azurecr.io/<image-name>:latest

Production Deployment

Setup Web App for Containers Service and deploy the stored app image in ACR to it.

License

MIT

Author

Russell Nyorere

About

ParallelScore DevOps Bounty Challenge. Project built using Terraform, Docker, Azure Container Registry, Azure Key Vault, Azure Web App, and Azure Pipelines.

License:MIT License


Languages

Language:JavaScript 68.3%Language:HTML 11.0%Language:HCL 10.1%Language:CSS 9.4%Language:Dockerfile 1.2%