Skip to content

Spring Boot + React quiz application created by the Blue team on Luxoft training event

Notifications You must be signed in to change notification settings

Anurag9492722884/quiz-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blue team quiz-platform application

Last stable app version deployed here: https://quiz-blue-luxoft.herokuapp.com

Build and run on local machine(requires git and maven installation):

  • $ git clone https://username@bitbucket.org/lux_blue/quiz-blue.git
  • $ cd quiz-blue
  • $ mvn spring-boot:run

Option 1: deploy with clearing work directory:

  • $ mvn clean spring-boot:run

Option 2: deploy with 'dev' profile(skip static files generation - much more faster):

  • $ mvn clean spring-boot:run -P dev

Default port is 8080, make sure it isn't busy by another processes. First installation and build may take few minutes, due to local node and npm bootstrap. Consecutive builds are faster.

About

Spring Boot + React quiz application created by the Blue team on Luxoft training event

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 46.4%
  • JavaScript 46.3%
  • HTML 6.6%
  • CSS 0.7%