Skip to content

This repository is created for Safety Critical System Project WiSe 2020/21 , FUAS by Team-G

License

Notifications You must be signed in to change notification settings

mayuripriya12/SCS_Project_Wise2020-21_Group_G

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCS_Project_Wise2020-21_Group_G

This repository is created for Safety Critical System Project WiSe 2020/21 , FUAS by Team-G

Intsructions

Angular

1)install Node.js https://nodejs.org/en/download/ confirm -> node -v & npm –v 2)npm install -g @angular/cli confirm -> ng -v

[We will provide the starter angular project]

run -> npm install (to install node modules) npm start

appliation visible at "http://localhost:4200" Mysql

  1. mysql installer (8.0.22.0 preferably) install everything including workbench https://dev.mysql.com/downloads/installer/

---- mysql username=root & password=root ---- create schema covid (from workbench)

Spring Boot (only after mysql installation and setup)

  1. install jdk (preferably latest)

  2. install eclipse or STS (IDE - same but STS more specialised for Springboot)

  3. run java main class -> /covax/src/main/java/com/station/CovaxApplication.java

appliation server at "http://localhost:8080" try link http://localhost:8080/working

About

This repository is created for Safety Critical System Project WiSe 2020/21 , FUAS by Team-G

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.2%
  • Java 21.6%
  • HTML 17.9%
  • SCSS 13.9%
  • JavaScript 1.3%
  • Batchfile 0.1%