aboutsummaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Add CORS support.Mateja2021-07-113-0/+13
* Serve uploaded images.Mateja2021-07-111-0/+1
* Finished products controller.Mateja2021-07-112-8/+48
* Add default image for products.Mateja2021-07-112-1/+1
* Accept only images with max size of 10MB.Mateja2021-07-111-1/+13
* Saving images using Multer.Mateja2021-07-114-11/+170
* Added Product routes, model and boilerplate controller.Mateja2021-07-115-10/+68
* Implemented JWT authentication using Passport.jsMateja2021-07-107-1/+88
* Backend boilerplate code...Mateja2021-07-099-0/+1805