A Sample ecommerce site where products can be purchased online
Below are the functionalities which code follows :-
- Basic authentication flow for user login and signup
- 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 :-
- 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.