Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitdhas/storefront
Storefront is a E-Commerce app for buying electronic stuff like Mobiles, Laptops, Computer Accessories, etc.
https://github.com/rohitdhas/storefront
ecommerce-application mongodb nextjs prime-react react
Last synced: 24 days ago
JSON representation
Storefront is a E-Commerce app for buying electronic stuff like Mobiles, Laptops, Computer Accessories, etc.
- Host: GitHub
- URL: https://github.com/rohitdhas/storefront
- Owner: rohitdhas
- Created: 2022-08-16T16:52:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T16:37:17.000Z (about 2 years ago)
- Last Synced: 2023-03-09T06:41:13.713Z (over 1 year ago)
- Topics: ecommerce-application, mongodb, nextjs, prime-react, react
- Language: TypeScript
- Homepage: https://storefront.rohitdhas.dev
- Size: 1.09 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storefront
An E-Commerce app for buying electronic stuff like Mobiles, Laptops, Accessories, etc.
![Banner](https://raw.githubusercontent.com/rohitdhas/storefront/main/public/storefront-banner.png)
## π Features
- User Authentication (Next-Auth)
- Search Autocomplete (MongoDB Text Search)
- Advanced Product Filters
- Add to Cart/Wishlist
- Product Details View
- Cart Checkout (Stripe)
- Admin Dashboard## β‘Tech Stack
- Next JS
- React (TypeScript)
- Redux Toolkit
- Prime React + Tailwind CSS
- Framer Motion
- GraphQL + Apollo Server
- MongoDB
- AWS (S3)
- Stripe API
- Next Auth## βοΈ Environment Setup
Install dependencies
```bash
npm install
```Launch dev server
```bash
npm run dev
```