Any signed-up user can list a new space. Users can list multiple spaces. Users should be able to name their space, provide a short description of the space, and a price per night. Users should be able to offer a range of dates where their space is available. Any signed-up user can request to hire any space for one night, and this should be approved by the user that owns that space. Nights for which a space has already been booked should not be available for users to book that space. Until a user has confirmed a booking request, that space can still be booked for that night.
As a user
So that I can rent out my house
I want to list a new space
As a holidaymaker
So I can plan my holiday
I want to see a list of properties that are up for rent
As a user
So that I can provide important details about the property (name, description, price p/n)
I want the listing to show these details
CREATE DATABASE mmbb Follow the steps in db/migrations
CREATE DATABASE mmbb_test Follow the steps in db/migrations
git pull origin branchname