diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -2,4 +2,13 @@ Imaginary e-commerce site made with MongoDB, Express.js, Vue.js and Node.js. -**This project is currently work in progress.** +Implementation informations: + +- Uses PayPal as payment processors. +- Sets up and captures transactions on server. +- Keeps transaction informations in database together with shipping details, ordered items and buyer. +- Protected API endpoints for inspecting orders, both per user and globally for administrator. +- Protected API endpoints for adding, updating and deleting products. +- Full login and registration system. +- Full cart system. +- User can see their previous orders on front end. |