MakersBnB is web based app, which allows any user to create an account, view a list of spaces and add a new space.
This is our team's first team project as part of Makers Academy.
1. As a user,
So I can sign into the app,
I would like to input my email, username and password to sign in.
2. As an owner,
So that I can rent out my space,
I want to input the details of my space on a web page.
3. As an owner,
So that I can view my spaces,
I would like to see the saved space on the website.
4. As an owner,
So I can list another property,
I’d like to be able to add multiple spaces on MakersBnB.
5. As an owner,
So I can market my space clearly,
I would like to name my space, provide a description of it & give it a price per night.
Rabee Mghrabi James Forster Stuart Pitcher
Run:
npm install
To run the server:
node app.js
The LocalHost should be used to run this program:
localhost:3000