bahar-hosseini / buy-sell-listing-website

An online store app where admins can post different types of products to sell, remove items, or mark them as SOLD! Users are able to favorite items to check up on them later, filter items by price, and also send messages to admin to negotiate the price. Admins can reply to the user by the app and email.
2 stars 0 forks source link

Buy/Sell Listing Website

An online store app where admins can post different types of products to sell, remove items, or mark them as SOLD! Users are able to favorite items to check up on them later, filter items by price, and also send messages to admin to negotiate the price. Admins can reply to the user by the app and email.

Screenshots

Header

This is an image

Home

This is an image

Product liked

This is an image

Product liked

This is an image

Product sold

This is an image

Message Box

This is an image

Add product

This is an image

Filter product

This is an image

Tech Stack

Getting Started

  1. Create the .env by using .env.example as a reference: cp .env.example .env
  2. Update the .env file with your correct local information
    • username: labber
    • password: labber
    • database: midterm
  3. Install dependencies: npm i
  4. Fix to binaries for sass: npm rebuild node-sass
  5. Reset database: npm run db:reset
    • Check the db folder to see what gets created and seeded in the SDB
  6. Run the server: npm run local
    • Note: nodemon is used, so you should not have to restart your server
  7. Visit http://localhost:8080/

Dependencies

Contributors: Bahar Hosseini, Netsanet Asfaw, Michael Wang