Giter Site home page Giter Site logo

sahansera / rgs-2022-demo Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 2.0 810 KB

๐Ÿ“ฃ Demo I presented at the React Global Summit 2022. Talk: Adding intelligence to your React app with Azure.

Home Page: https://sahansera.dev/adding-intelligence-react-azure-cognitive/

CSS 0.22% TypeScript 89.78% JavaScript 9.99%
azure react artificial-intelligence cognitive-services nodejs mantine-ui nextjs

rgs-2022-demo's Introduction

Adding intelligence to React Apps with Azure Cognitive Services

This is the demo code I presented at the React Global Summt 2022. You can find the accompanying blog post here.

Quickstart ๐Ÿš€

Make sure to provision the following in Azure:

  1. Azure Cognitive Search
  2. Azure Storage account

Then update the configuration in a .env.local file.

touch .env.local
echo "SEARCH_URL=https://<search-service-name>.search.windows.net" >> .env.local
echo "SEARCH_KEY=AZ Portal > Search service > Keys" >> .env.local
echo "DB_ENDPOINT=https://<storage-account-name>.table.core.windows.net" >> .env.local
echo "DB_ACCOUNT_NAME=AZ Portal > Storage account > Keys" >> .env.local
echo "DB_ACCOUNT_KEY=AZ Portal > Storage account > Keys" >> .env.local
echo "DB_TABLE_NAME=<table-name>" >> .env.local

To start the development server:

cd src && yarn && yarn dev

Architecture ๐Ÿ—

rgs22-architecture

Talk's slides ๐Ÿ›

SpeakerDeck

rgs-2022-demo's People

Contributors

dependabot[bot] avatar sahansera avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

punkajkumar

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.