index
:
mevn-ecommerce
main
Imaginary e-commerce site made in MEVN stack.
Mateja
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Show modal and clear cart on successfully purchase.
Mateja
2021-07-27
2
-4
/
+34
|
|
|
|
Also show modal on failures...
*
Move transaction requests to Vuex.
Mateja
2021-07-27
2
-13
/
+23
|
*
Display PayPal buttons only if cart is not empty.
Mateja
2021-07-27
1
-1
/
+1
|
*
Add Model component.
Mateja
2021-07-27
1
-0
/
+30
|
*
Add navbar brand link...
Mateja
2021-07-26
1
-0
/
+1
|
*
Add back button to product page.
Mateja
2021-07-26
1
-1
/
+5
|
*
Move Register and Login links to end of navbar.
Mateja
2021-07-26
1
-0
/
+2
|
*
Basic PayPal buttons integration...
Mateja
2021-07-25
2
-2
/
+37
|
*
Add favicon and change html title.
Mateja
2021-07-25
2
-6
/
+4
|
*
Allow product removal on Checkout page.
Mateja
2021-07-25
3
-3
/
+9
|
*
Product page shows amount of product in cart.
Mateja
2021-07-25
2
-31
/
+59
|
|
|
|
|
Allows for removal of product from cart. Product page now uses Vuex instead of local values.
*
Added jsconfig.
Mateja
2021-07-25
1
-0
/
+9
|
*
Sort cart in getter.
Mateja
2021-07-25
1
-1
/
+1
|
*
Show number of items that can be checked out.
Mateja
2021-07-25
2
-2
/
+11
|
*
Boilerplate checkout cart.
Mateja
2021-07-25
3
-4
/
+60
|
*
Return status 400 when failing to register user.
Mateja
2021-07-24
1
-1
/
+1
|
*
Return token on registration, return admin status on login, 404 on user
Mateja
2021-07-24
1
-2
/
+9
|
|
|
|
not found.
*
Product page show single product details.
Mateja
2021-07-24
1
-9
/
+32
|
*
Center product cards.
Mateja
2021-07-24
1
-1
/
+1
|
*
Fetch products inside Vuex and display them using `ProductCard`
Mateja
2021-07-24
5
-11
/
+52
|
|
|
|
components.
*
Use `.env` file.
Mateja
2021-07-24
1
-0
/
+1
|
*
Added boilerplate pages and `ProductCard` component.
Mateja
2021-07-24
12
-32
/
+299
|
*
Remove `_variables.scss`.
Mateja
2021-07-20
2
-1469
/
+2
|
*
Tracking orders in database.
Mateja
2021-07-20
1
-11
/
+42
|
*
Added Order model.
Mateja
2021-07-20
1
-0
/
+50
|
*
Added application_context(brand_name) and capture logging.
Mateja
2021-07-20
1
-0
/
+8
|
*
Setup transaction using provided items.
Mateja
2021-07-16
1
-24
/
+42
|
*
Setup and capture test transactions.
Mateja
2021-07-16
3
-7
/
+62
|
*
Added necessary variables to `.env.example`
Mateja
2021-07-15
1
-0
/
+4
|
*
Setup `siteUrl` environment variable.
Mateja
2021-07-15
2
-0
/
+2
|
*
Setup transaction routes.
Mateja
2021-07-15
2
-0
/
+18
|
*
Added PayPal config file.
Mateja
2021-07-15
4
-1
/
+33
|
*
Update README.
Mateja
2021-07-11
1
-0
/
+2
|
*
Add CORS support.
Mateja
2021-07-11
3
-0
/
+13
|
*
Serve uploaded images.
Mateja
2021-07-11
1
-0
/
+1
|
*
Finished products controller.
Mateja
2021-07-11
2
-8
/
+48
|
*
Add default image for products.
Mateja
2021-07-11
2
-1
/
+1
|
*
Accept only images with max size of 10MB.
Mateja
2021-07-11
1
-1
/
+13
|
*
Saving images using Multer.
Mateja
2021-07-11
4
-11
/
+170
|
*
Added Product routes, model and boilerplate controller.
Mateja
2021-07-11
5
-10
/
+68
|
*
Implemented JWT authentication using Passport.js
Mateja
2021-07-10
7
-1
/
+88
|
*
Backend boilerplate code...
Mateja
2021-07-09
9
-0
/
+1805
|
*
Added Bootstrap 5.
Mateja
2021-07-08
6
-6
/
+1539
|
*
Added frontend boilerplate...
Mateja
2021-07-08
16
-0
/
+13159