FullStack Javascript ecommerce marketplace web app made with Vue2
Stars
4
Forks
1
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
refactor code: 1)replace mysql with promise based mysql2; 2)restructured project, introduced service layer; 3)enabled API docs with swagger ui
ea409e9View on GitHub1) added more i18n words; 2)fixed multiple http request issue caused by response body; 3)added user login validation when adding sth to cart;4)now user could not revist checkout page after checkout complete
04b8ff1View on GitHub1) enabled email address verification with node-mailer; 2) refactored some code; 3) Added some auth APIs
0cb519dView on GitHub1)Introduced Controllers to re-write APIs; 2)fixed issue causing same email could be registered multi times;
c73c7e2View on GitHubfront-end code has been split to client branch, with new features added
c18ce7aView on GitHub1) splited client & server 2)deployed to netlify & heroku for free
328a1eaView on GitHub