Skip to content

This is Full Working E commerce Site ( Boilerplate and Configuration Enabled ) With Admin Page Integrated

License

Notifications You must be signed in to change notification settings

gitter-badger/Ecommerce-Full-Boilerplate-With-Admin

 
 

Repository files navigation

efba logo

Ecommerce-Full-Boilerplate-With-Admin

This is Full Working E commerce Site ( Boilerplate and Configuration Enabled ) With Admin Page Integrated



Still not stable for production

Click here to see live demo .

Click here to see the admin site live demo


FEATURES

  • Authentication with OAuth
  • Live Search
  • Cart
  • Checkout Item Changing
  • Instant Buy
  • Payment with razorpay
  • Live Chat using tawk.io
  • Password reset using mail ( using nodemailer )
  • Contact us form
  • Categories With Subcategories
  • Dynamic Content
  • Newsletter
  • Admin Panel

TECHNOLOGY

  • NodeJS - Server
  • ExpressJS - Nodejs framework
  • MongoDB - Database
  • HTML, CSS, JS, EJS - Frontend
  • PM2 - Clustering
  • Firebase - Firestore for Session Storage

INSTALLATION

  • Clone the repo
  • Check the editing_Guide.txt for editing refs
  • $ npm install

For Main Ecommerce site

  • $ npm i -g nodemon
  • $ nodemon server to run the server in local development
  • $ npm run start to run the server in production

For Admin Site

  • $ cd Admin_Site
  • $ npm i -g nodemon
  • $ nodemon server to run the server in local development
  • $ npm run start to run the server in production

EDITING

Please go through the configs folder to edit the configuration , APIs and .env variables

  • $ cd configs for main site configs editing
  • $ cd Admin_Site and then in config.js change the values

LICENSE

MIT License

Copyright (c) 2019 Aniketh Saha

Use It As You Want 😃

Refer for more info LICENSE

About

This is Full Working E commerce Site ( Boilerplate and Configuration Enabled ) With Admin Page Integrated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.7%
  • JavaScript 40.6%
  • CSS 16.7%