aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-07-30 03:02:48 +0200
committerMateja <mail@matejamaric.com>2021-07-30 03:02:48 +0200
commitc7858e66a63e838dda8514ac7bc983b18a412ebc (patch)
tree019e96cb455dbb3f70b2d11fedb7696f1a72106b
parent2376e26dc970e9bd90cd6cedb019860f5a5b1936 (diff)
downloadmevn-ecommerce-c7858e66a63e838dda8514ac7bc983b18a412ebc.tar.gz
mevn-ecommerce-c7858e66a63e838dda8514ac7bc983b18a412ebc.zip
Update README.
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ad7418..cd6e5e3 100644
--- a/README.md
+++ b/README.md
@@ -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.