Skip to content

Sandali3000/ICTSCxMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure 101: Understanding Cloud Services & Best Practices

This repository contains resources and code examples for the following sessions:

  • Azure 101: Introduction to Azure Cloud Services and Best Practices
  • Azure OpenAI Integration: How to integrate Azure OpenAI services with your website
  • Azure DevOps: Bridging Development & Operations with Azure DevOps

Tech Stack

  • Frontend: React.js
  • Backend: Node.js
  • Cloud: Microsoft Azure

Requirements

Setup

Clone the repository

git clone https://github.com/yourusername/repo-name.git

Install dependencies

Frontend

cd frontend
npm install

Backend

cd backend
npm install

Running the Application

Frontend

cd frontend
npm run dev

Backend

cd backend
node server.js

Configuration

Create a .env file in the backend directory with your Azure OpenAI API keys to enable integration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.1%
  • CSS 29.3%
  • HTML 2.0%
  • Dockerfile 0.6%