/HobbyMatcherApp-SpringBootBackend

This is a backend, made in Spring (Java) to handle logic for the HobbyMatcherApp created by me and some of my classmates as a school project. Big thanks to all involved programmers for working as hard as we all did! :)

Primary LanguageJavaMIT LicenseMIT

HobbyMatcherApp-SpringBootBackend

This is a backend, made in Spring (Java) to handle logic for the HobbyMatcherApp created by me and some of my classmates as a school project. Big thanks to all involved programmers for working as hard as we all did! :)

If you want to run this: Run mySQL workbench and make sure you have a Database created by the name springsecuritytest (Advanced users can feel free to costumize the Application.Properties file to their liking)

Run the 'data.sql' script from within the project. If you run into any difficulty simply copy-paste the contents into mySQL workbench and run them manually 
AFTER having manually created a databased named 'springsecuritytest' and launched the app ONCE.

Database -> Launch Application using your IDE of choce -> run SQL script

You should now be able to boot the project and have it wait for the Angular frontend to call its related endpoints! :)