Skip to content

An e-commerce website built in NodeJS and EJS (Embedded JavaScript templating).

Notifications You must be signed in to change notification settings

hardikshakya/sailsjs-ecommerce-app

Repository files navigation

ECommerce Website

Introduction

Basic E-Commerce website which inculdes basic features like,

  • Login/SignUp
  • Admin Product management
  • Products CRUD opeartion
  • Cart
  • Orders
  • Checkout
  • Download Payment slip

Requirements

Project Setup

  1. Clone the repository:
git clone <Repository Path>
cd ECommerce_Website
  1. Then go to the project folder and run following command in command line,
nvm use
npm install

How To Run it as Local Server

  1. Run following command in command line,
npm start

OR

node app.js
  1. Now go to favourite browser and open this link:
http://localhost:3000/

About

An e-commerce website built in NodeJS and EJS (Embedded JavaScript templating).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published