A buy and sell e-commerce application for plants built with a React.js and Redux front end and a Ruby on Rails with PostgreSQL database back end. Users can sell or purchase plants from other users by adding to a shopping cart and submitting orders at checkout. |
🔗 Website
🔗 Video
- Ruby on Rails
- PostgreSQL
- React.js
- Redux
- React Router
- BCrypt
- JWT
- localStorage
- Stripe API
- HTML & CSS
- Semantic UI React
- Netlify & Render
- Register and log in authenticated through BCrypt, JWT, and localStorage
- Create plant products to sell, and view, update, or remove inventory
- View product index and sort by price and alphabetical order
- Add (and remove) items from product index to shopping cart
- Place orders at checkout authorized with Stripe API
- Update account and shipping information at checkout or profile page
- View history of order invoices at profile page
$ git clone https://github.com/ashhhlynn/final-marketplace-frontend.git
$ cd final-marketplace-frontend
$ npm install
$ npm start
This project is MIT licensed.