Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 969 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 969 Bytes

Logo

Housing Buddy

Housing Buddy is a website that helps you find the perfect Wampus(UT Austin) housing location from real reviewers: your peers and fellow Austinites!

Demo

View the link to our site here: Housing Buddy

Design details

Figma

Tech

Frontend: React, MUI Backend: NodeJS, ExpressJS

Usage

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

Contributing

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.