Skip to content

Interview questions pool application using Spring boot

Notifications You must be signed in to change notification settings

gitter-badger/interview-hq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview HQ

Build Status MIT License

This is a simple web application built using Spring boot to hold a pool of interview questions within an organization with security enabled.

Login details

Until mechanism is improved

username: test
password: test1234

Developer Notes

Using Spring-Loaded hot deployment

Use the maven target spring-boot:run to run the application with springloaded agent on your jvm, springloaded will hot deploy any classes which have changed in the target folder.

mvn spring-boot:run

Kindly note that IDEA users will have to enable 'Make project automatically' in settings window to compile the project as and when the source is being changed. Eclipse users will not have to do any change wrt this.

About

Interview questions pool application using Spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 88.0%
  • CSS 7.7%
  • HTML 4.3%