Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjaminadk/annes-handmade-store
E-Commerce Site
https://github.com/benjaminadk/annes-handmade-store
Last synced: 5 days ago
JSON representation
E-Commerce Site
- Host: GitHub
- URL: https://github.com/benjaminadk/annes-handmade-store
- Owner: benjaminadk
- Created: 2018-06-14T07:12:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T13:45:49.000Z (about 6 years ago)
- Last Synced: 2024-05-28T15:30:41.153Z (7 months ago)
- Language: JavaScript
- Homepage: https://annes-handmade.herokuapp.com
- Size: 631 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![logo](https://s3-us-west-1.amazonaws.com/shopping-site/assets/logo-200x200.png)
# Anne's Handmade
Anne's Handmade is an ecommerce site designed as the client facing portion of a platform for my mother (Anne) to sell
her jewelry online.This site along with Anne's Admin combine to make a full ecommerce application. Anne's Handmade offers users the chance to
purchase goods as a guest or as a logged in user. I felt like the more I streamlined the point of sale, the better results I
would see.## [Visit Anne's Handmade](https://annes-handmade.herokuapp.com)
## Tech Stack
#### Backend
- Node.js
- Graphql Server
- Express
- Apollo Server Express
- Graphiql
- MongoDB with Mongoose
- Twilio - SMS for sale notifications
- Sendgrid - email service to clients
- JSON Web Token - persist users and authorization
- AWS - S3 storage and CloudFront delivers static assets
- Stripe#### Frontend
- React
- Apollo React - Graphql client
- React Router
- Material UI
- React Dropzone - file uploading
- React Stripe Elements - process payments#### Deployment
- Heroku
#### Code Editor
- VS Code