Bed and breakfast!
~ Presented by self.code ~
Soon to be completed. If beside yourself with impatience, please build it yourself and let us know, thanks!
$ bundle install
You should have HomeBrew installed
$ brew install postgresql
After HomeBrew has finished downloading; follow on-screen installation instructions
$ brew services start postgresql
$ psql postgres
postgres=# CREATE DATABASE makers_bnb;
postgres=# \c makers_bnb
Then run the queries saved in ./db/migrations/
in numerical order.
$ psql postgres
postgres=# CREATE DATABASE makers_bnb_test;
postgres=# \c makers_bnb
NB this is the same as the previous section with the exception of adding _test
\
\
Then run the queries saved in ./db/migrations/
in numerical order.
The following are the user stories the team generated from the project specification\
As a Host that has a space,\
So that I can advertise my space,\
I would like to be able to list my space.
As a User,\
So that I can see all of the properties,\
I want to be able to see a list of uploaded spaces.
As a User,\
So that I can use the website and it remembers me,\
I would like to be able to sign up my details to the website.
As a Host,\
So that I can list all of my properties,\
I want to be able to list multiple spaces on the website.
As a Host,\
So that I can advertise my space,\
I would like to be able to add a name and description to a space.
As a Host,\
So that I can make a profit,\
I would like to be able to add a list price to my space.
As a Guest,\
So that I can hire a space that I like,\
I would like to be able to request a reservation for 1 night.
As a technician,\
So that customers don’t double book,\
I would like to remove availability when a reservation is completed.
Run the tests from ./
using the command
$ rspec
To run the application, run the following command in the root of the project and enjoy :) :
$ rackup
The following diagrams are available in ./assets
Name | Day 1 | Day 2 | Day 3 | Day 4 | Day 5 |
---|---|---|---|---|---|
Nima Soufiani | Leader | Technician | Helper | Ideas | Scribe |
Lila Walker | Scrum master | Leader | Technician | Helper | Ideas |
Liam Roberts | Scribe | Scrum master | Leader | Technician | Helper |
Daria Thompson | Ideas | Scribe | Scrum master | Leader | Technician |
Anton Plisnier | Helper | Ideas | Scribe | Scrum master | Leader |
John Baxter | Technician | Helper | Ideas | Scribe | Scrum master |