Housing Buddy is a website that helps you find the perfect Wampus(UT Austin) housing location from real reviewers: your peers and fellow Austinites!
View the link to our site here: Housing Buddy
Frontend: React, MUI Backend: NodeJS, ExpressJS
Pull the repo and open it in your workspace.
# install npm
npm install
# run project
npm run start
# to run backend and frontend locally,
cd backend
node index.js
cd frontend
npm run start # sets up on localhost
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.