-
git clone the repo to your local machine
-
cd into the folder with the code and run
npm init
-
possibly install node/ express with npm
-
Change the mysql information to your local boxes information
-
Run the server with
npm start
-
Test that the database creation works by going to the different end points and seeing what changed.
If you have problems send them in discord asap so we can try and work them out.