The backend repo can be found at https://github.com/tconey23/mpa-fundraiser-be
1- Clone this repo to your local machine
2- run npm install to install dependencies
3- run npm start
The front end react app should be running on localhost:3000
1- clone repo loacted at https://github.com/tconey23/mpa-fundraiser-be to your local machine
2- run npm install to install dependencies
3- run nodemon server.js
The back end express app should be running on localhost:8888