A online community space for bartering and trading possessions with other users.
- Clone this repository with
git clone https://github.com/denriquem/barter-bay-backend.git
- change into the dmg folder with
cd barter-bay
- install the dependencies with
npm install
- once in the dmg folder, do
npm run start
- once in the dmg folder, do
npm run test
-
Testing frameworks:
As a user,
So that I can upload an item,
I would add an item to be bartered.
As a user,
So that I can see what items I am offering,
I would like view the items I have previously uploaded to my profile.
As a user,
So that I can see items I would like to have,
I would like view all the items uploaded by other users.
As a user,
So that I can start bartering.
I would like to make an offer on an item.
As a user,
So that I can see if I can barter,
I would like to view all of the offers I have received.