-
clone repo
-
create database in mysql following the directions in the data folder
- you will need this to get the datasets from https://www.kaggle.com/datasets/irkaal/foodcom-recipes-and-reviews?resource=download
- open up the front end folder in vscode
- run these commands:
- run npm build
- run npm run dev
- copy link to browser
- open up the backend folder in eclipse or intellij
- create a build path to the src file for these jar files https://dev.mysql.com/downloads/connector/j/ and https://jar-download.com/artifacts/org.json
- change the password on line 25 to your mysql password in the code
- press the run button
then it should all work together :)
- MAKE SURE TO RUN BOTH IN SEPERATE EDITORS