All Projects → jrussumbrella → dress-shop

jrussumbrella / dress-shop

Licence: other
A full stack server side rendered e-commerce built with Next.js, TypeScript, Node.js, Express and MongoDB.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dress-shop

ng-shopping-cart
🛒 An Angular component library to create shopping carts
Stars: ✭ 46 (-71.95%)
Mutual labels:  ecommerce
abandoned-carts-opencart
Reach out to prospects with bailed shopping carts; gain valuable insight to usability and recover lost sales.
Stars: ✭ 15 (-90.85%)
Mutual labels:  ecommerce
taxjar-woocommerce-plugin
WooCommerce Sales Tax Plugin by TaxJar
Stars: ✭ 26 (-84.15%)
Mutual labels:  ecommerce
ecommerce integrations
Ecommerce integrations for ERPNext
Stars: ✭ 54 (-67.07%)
Mutual labels:  ecommerce
kasir
Cashier Management & Inventory Management System
Stars: ✭ 28 (-82.93%)
Mutual labels:  ecommerce
commercelayer-checkout
Commmerce Layer Checkout (Vue.js)
Stars: ✭ 31 (-81.1%)
Mutual labels:  ecommerce
shop manager flutter
A small app to manager simple transactions made in a shop (selling, buying, register handling..etc).
Stars: ✭ 46 (-71.95%)
Mutual labels:  ecommerce
retailbox
🛍️RetailBox - eCommerce Recommender System using Machine Learning
Stars: ✭ 32 (-80.49%)
Mutual labels:  ecommerce
wongames
🎮 Ecommerce de jogos no estilo Steam. Desenvolvido com Next.js, TypeScript, GraphQL, etc.
Stars: ✭ 18 (-89.02%)
Mutual labels:  ecommerce
ecommerce api
E-commerce by Django Rest Framework
Stars: ✭ 156 (-4.88%)
Mutual labels:  ecommerce
Ecommerce
Angular 6 Ecommerce Application POC
Stars: ✭ 46 (-71.95%)
Mutual labels:  ecommerce
teini
👶 Teini (tiny, [ˈtīnē]) is an extremely small webshop leveraging awesome and free solutions like Github and Vercel.
Stars: ✭ 148 (-9.76%)
Mutual labels:  ecommerce
Aliexpress-API
An Personal API For Fetching Product Details On Aliexpress.com
Stars: ✭ 60 (-63.41%)
Mutual labels:  ecommerce
awesome-shopify
👩‍🎓👨‍🎓 Must-read articles, videos and books for store owners, app and theme developers.
Stars: ✭ 86 (-47.56%)
Mutual labels:  ecommerce
frontend-developer-coding-challenge
Are your looking for a remote developer job? Solve this frontend developer challenge and show us what you can do and what you are an expert at!
Stars: ✭ 112 (-31.71%)
Mutual labels:  ecommerce
inshop-crm-ecommerce
Inshop CRM / ERP ecommerce. It's powerful framework allows to build systems for business with different workflows. It has on board multi language support, clients management, projects & tasks, documents, simple accounting, inventory management, orders & invoice management, possibilities to integrate with third party software, REST API, and many …
Stars: ✭ 48 (-70.73%)
Mutual labels:  ecommerce
ezplatform-sylius
eZ Platform and Sylius eCommerce integration
Stars: ✭ 31 (-81.1%)
Mutual labels:  ecommerce
FoodDelivery
E-Commerce demo project. Food delivery application project made with.
Stars: ✭ 106 (-35.37%)
Mutual labels:  ecommerce
taracode
Hotels booking system
Stars: ✭ 28 (-82.93%)
Mutual labels:  ecommerce
InitKit
Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental.
Stars: ✭ 364 (+121.95%)
Mutual labels:  ecommerce

DRESS SHOP

A full stack e-commerce website for clothing store.

Live demo

Screenshots

Thumbnail

Stacks

  • TypeScript
  • Next js
  • Node js
  • Express js
  • MongoDB
  • Cloudinary (for image hosting)
  • Stripe and Paypal (for payment)
  • Vercel (for deployment)

Clone Repository

git clone https://github.com/jrussumbrella/dress-shop-web.git

Client Installation

cd dress-shop
cd client
npm install or yarn install

Add .env.local file to root client directory

NEXT_PUBLIC_PAYPAL_CLIENT_ID=
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KY=
NEXT_PUBLIC_GOOGLE_CLIENT_ID=

Server Installation

cd server
npm install or yarn install

Add .env file to root server directory

DATABASE_URI=
JWT_SECRET=
STRIPE_SECRET_API_KEY=
GOOGLE_WEB_CLIENT_ID=
GOOGLE_ANDROID_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
CLIENT_PUBLIC_URL=
CLOUDINARY_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
PAYPAL_CLIENT_ID=
PAYPAL_CLIENT_SECRET=

This will run both client and server

npm run dev

Deploy using vercel

Globally install vercel

npm i -g vercel

Client

vercel --prod

Server

vercel --prod
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].