Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 )
- Host: GitHub
- URL: https://github.com/sanketmaru/ecommerce
- Owner: sanketmaru
- Created: 2015-04-26T07:15:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T09:36:53.000Z (almost 6 years ago)
- Last Synced: 2024-12-04T16:49:38.043Z (23 days ago)
- Topics: angularjs, express, nodejs
- Language: JavaScript
- Size: 14.6 KB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ecommerce
A Sample ecommerce site where products can be purchased onlineBelow are the functionalities which code follows :-
1. Basic authentication flow for user login and signup
2. User can order with one or multiple productsThe 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.