Skip to content

The final project for comp3004, made by member of team 6

Notifications You must be signed in to change notification settings

CameronDickie/comp3004-team6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

229 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot-React-Starter

This is a simple Spring Boot-React application

Setup is pretty simple.

  • Clone the repository
  • mvn clean, mvn install and mvn spring-boot:run
    • this will install all the dependencies you need

Note for Mac users

  • mvn install will claim that tests have failed. This is due to it being run synchronously on MacOS.

  • While performing spring-boot:run there are no errors that are listed. If you want to avoid being warned of these test errors, skip testing on install using

  • mvn install -Dskiptests

  • These tests do infact work, if you run the Tests main function individually they all succeed. Additionally, if you are on Windows or Ubuntu, this is not an issue and mvn install can be run as normal.

Logging into the System

  • username: admin | password: pass
  • otherwise register to be created in the system

About

The final project for comp3004, made by member of team 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages