Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanketmaru/ecommerce

ecommerce site using node js ( express js , mongoose )
https://github.com/sanketmaru/ecommerce

angularjs express nodejs

Last synced: 4 days ago
JSON representation

ecommerce site using node js ( express js , mongoose )

Awesome Lists containing this project

README

        

# 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.