Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1 KB

README.md

File metadata and controls

39 lines (26 loc) · 1 KB

Sorting Algorithms Visualization

Table of contents

General info

This is the backend part of the project for university course. Frontend part is located here.

Technologies

  • NodeJS
  • ExpressJS
  • Mongoose
  • SwaggerUI
  • socket.io

Usage

In order to visit site, use this link. This project contains Swagger UI that serves as documentation. Swagger It is possible to run this project locally or on Azure. If you want to run it in Microsoft Azure, make sure that proper app service exists. You can utilize below command (if you have Azure Powershell installed). Next follow regular steps regarding publish profile secret retrieval mentioned in workflows file.

New-AzResourceGroupDeployment -ResourceGroupName "IT" -TemplateFile ".\deploy\main.bicep" -TemplateParameterFile ".\deploy\parameters.json"

Important : make sure to supply proper secrets values.