This repository contains resources for use with the OSS PaaS and DevOps workshop, including the starter MERN app, code for Azure Functions, scripts for seeding data into the MongoDB database, as well as exporting data, and an ARM template for deploying the Lab virtual machine (VM) to Azure.
To get started, click the Deploy to Azure link below. This will provision a fully configured Linux Lab VM, used as a development machine for the OSS PaaS and DevOps workshop. This should be completed before your workshop.
VM details:
- Ubuntu Server 16.04 LTS
- Docker Community Edition
- Visual Studio Code
- Node.js and NPM
- Mongo DB Community Edition
- Opens port 3389 to allow RDP connections
Once the VM is deployed, connect to it using an RDP client, fork the starter application into your own GitHub repo, and clone it to the Lab VM.
The starter project was bootstrapped with Create React App.
In the project directory, run:
npm install
node data/Seed.js
npm run build
npm start
Installs required components.
Seeds the local MondoDB database with sample data.
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!
Runs the app in the development mode. You will also see any lint errors in the console.
Open http://localhost:3000 to view it in the browser.