This website, “Frosty Fights”, allows users to post snowball fight listings and see other listings that other people put up. It allows users to include certain parameters like age, location, and time, so other users can make more educated decisions when choosing a snowball fight.
How to run:
Download the code, then cd into the back directory. Once you do that install node modules and open the home.html file in your browser.
Commands,
cd back
npm i
npm run server