Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

logo

# 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
```