Title: BuyStuffHere.com

Description:

BuyStuffHere is a online retailer where you can list item to sell. It will have the abilities to see all the users listed items up for sale The user will have the ability to add item, delete and update listed items. Authorization/ Autheication will be difficult to implement.

MVP

This application will be using React Bootstrap deployed with Surge for frontend and Heroku for backend. It will have CRUDE capabilties using Express, MongoDB, Mongoose. BuyStuffHere will included authication using JWT. CSS will be design with Flexbox and CSS grid. React will consist of several components to abstraction and encapuation. React will also use react router for single page navigation.

Functionality of BuyStuffHere.com

  • List sale items
  • Delete sale items
  • Create sale items
  • Modify sale items
  • Create a Professional Website for sale item
  • Authorization/ Autheication

Post MVP

  • Our application may include, filter function to sort by name, price, rating, etc
  • E-wallet
  • Search bar
  • Dark Mode
  • *extra do last* Create a second API for purchasable items, and allow user to store items in cart and purchase, finaical items
  • React Hooks
  • Sold item list

API Endpoints Documentation

  • Delete
  • Insert
  • Modify
  • Find
  • Sign-up
  • Sign-in
  • Change-password
  • Home

Dependancies

  • Axios
  • bcrypt
  • React-Router-Dom
  • Faker
  • Express
  • body-parser
  • cors
  • jest
  • jsonwebtoken
  • mongoose
  • morgan
  • supertest