Skip to content
Snippets Groups Projects
user avatar
boanzhu authored
0236d7c5
History
Name Last commit Last update
.vscode
frontend
images
README.md

ER Frontend

This is the front-end application of the ER API project, which is a simple html-javascript application

Getting started

Download this sub-project using the following command line:

git clone https://gitlab.doc.ic.ac.uk/bz2818/er-frontend.git

After opening this project in the editor such as Vscode, you need to modify the "ip_address" variable inside the file "frontend/src/demo/index.js". The "ip_address" should be the ip address of your back-end application.

(Back-end application link: https://gitlab.doc.ic.ac.uk/bz2818/er-backend)

The following figure shows this step:

Architecture

Then you can run the front-end page application as the following example:

Architecture