Skip to content

sivolko/fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fun

This node.js CRUD application having both client and server side hosted on azure web portal and Cosmos DB as backend

Running Locally

git clone (https://github.com/sivolko/fun.git)

  1. Cd client
  2. npm install
  3. npm start

Again to to fetch data run server too so,

  1. cd server
  2. npm install
  3. npm start

Local Host image

Retrieve data in Data Explorer

Data Base

Creating Static Azure Web App

1.click on the search console and Type Azure static web Apps

2.select Static web App preview Option

Static web app

Connect with Github Repository for CI/CD build.

Edit workflow.yml file to setup CI/CD

yml will build automatically whenever we push code to this repo in master branch

CI/CD

After Deployment

Deployment

About

This node.js CRUD application having both client and server side hosted on azure web portal and Cosmos DB as backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published