ejupialked / track-and-trace-web-app

Implementation of a serverless Web App using Azure Functions. This is part of a coursework assignment for Cloud Application Development module @ University of Southampton

Home Page:https://comp3207webapp.azurewebsites.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple serverless covid-19 track and trace web app

  • APIs built using Azure Functions, storing and querying data in Azure Table Storage.
  • A Single Page Application front-end using Vanilla JS.

How to run frontend locally:

Navigate to webapp/ folder and run:

npm install && node server.js

This will install the express.js dependency and run the frontend on http://localhost:3000.

About

Implementation of a serverless Web App using Azure Functions. This is part of a coursework assignment for Cloud Application Development module @ University of Southampton

https://comp3207webapp.azurewebsites.net


Languages

Language:JavaScript 91.8%Language:CSS 6.6%Language:HTML 1.6%