Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 500 Bytes

SellStuff Web App

This is a rails e-commerce application. Sellers can list products, input a description, and leave them for sale. Buyers can look through an index of products, easily find and investigate a product, and purchase the product securely through Stripe API.

This rails app covers:

  • Ruby and Rails

  • Ecommerce

  • Stripe API

  • Two-sided marketplace

  • User authentication and validation

  • Responsive web design

  • Relational databases (PSQL)

  • Heroku deployment

  • ... and more!