Giter VIP home page Giter VIP logo

azure-checkin's Introduction

Azure Check-in

A streamlined onboarding experience with Azure Pass for your events.

azure boarding pass

You can access the deployed production website at https://azcheck.in.

Stack

This app is build on a full serverless model, using Angular for the frontend, Azure Functions for the backend, Azure Cosmos DB for the database and Azure Static Web Apps for the hosting.

You can learn more about serverless apps and static web apps with these resources:

Development

You need to have at least a deployed Cosmos DB instance to work on this app. You can create a free trial Cosmos DB instance for testing using this link.

  1. Clone this repository on your local machine.
  2. Run npm install to install all dependencies.
  3. Create the file called api/local.settings.json with the following content:
{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "",
    "FUNCTIONS_WORKER_RUNTIME": "node",
    "CosmosDBConnectionString": "<YOUR_COSMOSDB_CONNECTION_STRING>"
  }
}
  1. Run npm start. It will start a local development server for the frontend, the Azure functions emulator for the backend and use the SWA CLI to expose everything on http://localhost:4280.

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Deployment

To deploy this app on Azure, you need to have an Azure subscription, and the Azure CLI.

The script scripts/deployment/create-infra.sh will create all Azure resources needed to deploy this app, using Bicep templates.

(WIP)

Organizer access

All Cloud Advocates listed on https://github.com/MicrosoftDocs/cloud-developer-advocates are automatically added to the Organizer list using this script.

If you're not on this list but would like to have organizer access, add your GitHub username at the top of this list by clicking here and submit a Pull Request.

azure-checkin's People

Contributors

sinedied avatar semantic-release-bot avatar adamj89 avatar cyz avatar cedricve avatar fabioharams avatar ianychoi avatar fruitymo avatar webmaxru avatar codess-aus avatar sjwaight avatar ci-rebot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.