aboutsummaryrefslogtreecommitdiff
path: root/server/routes
Commit message (Collapse)AuthorAgeFilesLines
* Add API endpoint for show paid orders to user.Mateja2021-07-291-0/+1
| | | | Also, now all info in database is provided when authorized.
* Fully implement client-side login system...Mateja2021-07-291-2/+2
|
* Protect API endpoint for showing paid orders.Mateja2021-07-271-1/+1
|
* Add API endpoint for paid orders.Mateja2021-07-271-2/+3
|
* Setup and capture test transactions.Mateja2021-07-161-2/+2
|
* Setup transaction routes.Mateja2021-07-151-0/+4
|
* Saving images using Multer.Mateja2021-07-111-9/+3
|
* Added Product routes, model and boilerplate controller.Mateja2021-07-111-3/+15
|
* Implemented JWT authentication using Passport.jsMateja2021-07-101-0/+5
|
* Backend boilerplate code...Mateja2021-07-091-0/+8