Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 693 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 693 Bytes

ecommerce

A Sample ecommerce site where products can be purchased online

Below are the functionalities which code follows :-

  1. Basic authentication flow for user login and signup
  2. User can order with one or multiple products

The site is developed using nodejs, express, mongoose. Unit test cases are written using Mocha as test runner and chai as an assertion libraary

It uses ejs as template engine

Future Work :-

  1. Change the front end rendering . Use Angular / backbone

The code is deployed on heroku which can seen here :- https://smartecommerce.herokuapp.com

** Not sure if heroku url sign up will work as it is backed up by mlab mongoose lab. But locally it should work.