All Projects → itswadesh → shopnx

itswadesh / shopnx

Licence: other
Ready to use AngularJS Shopping Cart with all features

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to shopnx

Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+4792.96%)
Mutual labels:  angularjs, shopping-cart
svelte-commerce
Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, Typescript, Open Source, MIT license. 1 command deploy to your own server, 1 click deploy to netlify.
Stars: ✭ 695 (+878.87%)
Mutual labels:  shopping-cart, javascript-ecommerce
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+781.69%)
Mutual labels:  shopping-cart, ecommerce-application
CodeIgniter3-online-shop
A full e-commerce project built with CI3 HMVC with Email confirmation,Paypal payement , Ion Auth , Live Chatroom and full admin dashboard
Stars: ✭ 114 (+60.56%)
Mutual labels:  shopping-cart, ecommerce-application
ledgeraccounting
Simple web-based accounting and budgeting tool built upon the popular accounting software, hledger
Stars: ✭ 28 (-60.56%)
Mutual labels:  angularjs
Cake-Shop
A sample Cake Shop Website built with ASP.NET Core (Multi-Page Application)
Stars: ✭ 44 (-38.03%)
Mutual labels:  shopping-cart
eCommerce-Website
php project: Display several pages of product detail and create shopping cart, implement CRUD operation, checkout in the end
Stars: ✭ 23 (-67.61%)
Mutual labels:  shopping-cart
router
Keep your Angular2+ router state in Redux
Stars: ✭ 28 (-60.56%)
Mutual labels:  angularjs
angular-odoo
Call Odoo webservices from AngularJS
Stars: ✭ 41 (-42.25%)
Mutual labels:  angularjs
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (-47.89%)
Mutual labels:  angularjs
ADM-treeView
Pure AngularJs TreeView
Stars: ✭ 30 (-57.75%)
Mutual labels:  angularjs
Beetle.js
🪲 Javascript ORM, manage your data easily.
Stars: ✭ 53 (-25.35%)
Mutual labels:  angularjs
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (-39.44%)
Mutual labels:  shopping-cart
angular-sticky-navigation-directive
Angular directive to make a sticky element, quick demo here: http://ng-milk.github.io/angular-sticky-navigation-directive/
Stars: ✭ 20 (-71.83%)
Mutual labels:  angularjs
rentnride
Rent&Ride is an open source for Car Rental script. Travel to any of your favourite places by availing the services in the Rent & Ride application. Book cars for rental by making use of the flexibility to choose the car of your interest.
Stars: ✭ 37 (-47.89%)
Mutual labels:  angularjs
ypereirareis.github.io
DevOps, Symfony and VueJs developer. Articles and experiences on docker, grafana, prometheus, RabbitMQ, PHP, MySQL, Admin, Nginx, Haproxy, SSH,...
Stars: ✭ 15 (-78.87%)
Mutual labels:  angularjs
ShoppingCartAnimation
Shopping bag animation with zoom and Bezier curves
Stars: ✭ 29 (-59.15%)
Mutual labels:  shopping-cart
angularjs-jest-example
✅ AngularJs with Jest example
Stars: ✭ 13 (-81.69%)
Mutual labels:  angularjs
angular-heremaps
AngularJS directive for working with Here Maps
Stars: ✭ 19 (-73.24%)
Mutual labels:  angularjs
chord-transitions
Transitioning Chord Diagram Demo with Angular/D3
Stars: ✭ 38 (-46.48%)
Mutual labels:  angularjs

This project is created using AngularJS which is getting older. Hence Its getting hard to maintain. I am working on a latest open source ecommerce project using Svelte/Sapper https://github.com/itswadesh/sapper-ecommerce#readme which is super fast and easy to get started

ShopNX - Shopping Cart with AngularJS (eCommerce web application)

A single page Shopping Cart web applications with many necessary features of an ecommerce application.

Installation Instructions

Requirements

We need Node https://nodejs.org/en/ (To create web server) + Git https://git-scm.com/ (Version Control System) + MongoDB https://www.mongodb.com/ (Database) + Python 2.7 https://www.python.org/downloads/release/python-2710/ Go ahead download and install them Install Visual C++ Build Tools using the Default Install option. Run the following commands (Required Once) [Note: Second command is required only for Windows] npm config set python python2.7 npm config set msvs_version 2015 We need to start an instance of MongoDB. In my case it was sitting @ C:\Program Files\MongoDB\Server\3.0\bin\mongod.exe

Install

Run the following commands and the application will start automatically

  1. npm i -g grunt-cli (This creates and runs javascript repetative tasks )
  2. npm i -g bower ( A frontend package manager for web applications)
  3. npm i -g --production windows-build-tools (Only for Windows)
  4. npm i (Install all nodejs dependencies)
  5. bower i (Installs bower components)
  6. grunt serve

Features

Store Front features

  • Single page web app (SPA) created using AngularJS, NodeJS, Express, MongoDB (MEAN)
  • Fastest shop experience
  • Fast Product Search, Filter with AJAX
  • Price slider and multiple brand selector
  • Faster Add to Cart and Product Details
  • Checkout with Paypal Integration
  • Minimal User Registration process
  • Order history and Password Management
  • Facility for Multi level Category
  • Mobile optimized with Bootstrap
  • Instant updates for any changes made across all clients with SocketIO implementation
  • Loads more products on scroll (No paging required)

Store Back Office

  • Products, Categories, Brand, Order Management from admin panel with easy directives
  • Manage Order and Change Status from admin panel
  • Facility for Multiple product variants (size, color, price, image)
  • User roles - Administrator, User, Guest
  • SEO friendly URLs for each page
  • Secure and quality code - Takes care all single page web app standards
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].