Skip to content

iamabin/COVID_contact_tracing_system

Repository files navigation

COVID contact tracing system

Authors

Group member: Akide Liu, Chi Wang, Ziqi Zhang, Zihan Wang..

This project is supervisored by University of Adelaide course Web & Database Computing

Github Actions CI Status:CI

Setup Instructions

Frontend :

go to frontend folder

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

In shared cs50, go to directory : /home/ubuntu/wdc/COVID_contact_tracing_system/frontend

This cs50 has been authorized to ian-knight-uofa and wdc-marker-uofa with following link: https://ide.cs50.io/d8e35ee8ab724f2db147fb4a556d67b1

After npm run serve the project would be viewed on the following link: https://ide-d8e35ee8ab724f2db147fb4a556d67b1-8081.cs50.ws/

Important : The default server port for project frontend is 8081

2021-05-13_23-14-27

Fast way to view frontend project

2021-05-13_23-18-51

directly run http-server in dist folder (we have built it for you) or serve -l 8081

/home/ubuntu/wdc/COVID_contact_tracing_system/frontend/dist

Important : Due to the limitations that http-server command can not directly display url root, we would strongly recommend you to use serve -l 8081 command to avoid unpredictable issues

2021-05-13_23-19-08

preview link :

https://ide-d8e35ee8ab724f2db147fb4a556d67b1-8081.cs50.ws/

Licensed Under GPL-v3

Authors: All team member of UAws/wdc-team 

COVID_contact_tracing_system
Copyright (C) <2021>  UAws/wdc-team

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.