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
path:
root
/
server
/
controllers
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Save and check user ID for every order.
Mateja
2021-07-29
1
-0
/
+4
|
*
Add API endpoint for paid orders.
Mateja
2021-07-27
1
-0
/
+15
|
*
DB: Add product name for each item in order.
Mateja
2021-07-27
1
-0
/
+1
|
*
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.
*
Tracking orders in database.
Mateja
2021-07-20
1
-11
/
+42
|
*
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
1
-0
/
+59
|
*
Setup `siteUrl` environment variable.
Mateja
2021-07-15
1
-0
/
+1
|
*
Setup transaction routes.
Mateja
2021-07-15
1
-0
/
+14
|
*
Finished products controller.
Mateja
2021-07-11
1
-8
/
+47
|
*
Added Product routes, model and boilerplate controller.
Mateja
2021-07-11
2
-7
/
+23
|
*
Implemented JWT authentication using Passport.js
Mateja
2021-07-10
1
-0
/
+47
|
*
Backend boilerplate code...
Mateja
2021-07-09
1
-0
/
+7