Skip to content

The backend for an online community space to barter and trade belongings with others.

Notifications You must be signed in to change notification settings

denriquem/barter-bay-backend

Repository files navigation

Barter Bay Backend

Description

A online community space for bartering and trading possessions with other users.

Getting started

  • 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

How to run the app

  • once in the dmg folder, do npm run start

How to run tests

  • once in the dmg folder, do npm run test

Technologies Used

  • Testing frameworks:

    • Jest: a JavaScript Testing Framework with a focus on simplicity.
    • Supertest: a JavaScript Testing Framework with a focus on simplicity.

User Stories

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.


About

The backend for an online community space to barter and trade belongings with others.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published