| A buy and sell e-commerce application for plants built with a React.js front end and a Ruby on Rails and PostgreSQL back end. Users can sell or purchase plants from other users by adding to a shopping cart and submitting orders at checkout. |
🔗 Website
- Ruby on Rails
- PostgreSQL
- React.js
- Redux
- BCrypt
- JWT
- 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 plants for sale and sort by price and alphabetical order
- Add (and remove) items to shopping cart
- Place orders at checkout authorized with Stripe API
- Update account and shipping information at checkout or account profile
- View history of order invoices at account profile
$ git clone https://github.com/ashhhlynn/marketplace-frontend.git $ cd marketplace-frontend $ npm install $ npm start This project is MIT licensed.