Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 548 Bytes

README.markdown

File metadata and controls

11 lines (8 loc) · 548 Bytes

Madison Student Apartment Finder: CS 638 Project

This is the project repository for the project for one of the groups in CS 638 at UW-Madison. Our goal is to make it as easy as possible for UW students to find somewhere to live. The application should be easily searchable, simple, and fast.

Members: ...

I learned how to set up the heroku database with a simple command (assuming you have heroku access). It is 'heroku run rake db:migrate --app msaf'. This should do the same as a regular rake on the development environment, I believe.