/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

Primary LanguageJavaScript

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.