aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Basic PayPal buttons integration...Mateja2021-07-252-2/+37
* Add favicon and change html title.Mateja2021-07-252-6/+4
* Allow product removal on Checkout page.Mateja2021-07-253-3/+9
* Product page shows amount of product in cart.Mateja2021-07-252-31/+59
* Added jsconfig.Mateja2021-07-251-0/+9
* Sort cart in getter.Mateja2021-07-251-1/+1
* Show number of items that can be checked out.Mateja2021-07-252-2/+11
* Boilerplate checkout cart.Mateja2021-07-253-4/+60
* Return status 400 when failing to register user.Mateja2021-07-241-1/+1
* Return token on registration, return admin status on login, 404 on userMateja2021-07-241-2/+9
* Product page show single product details.Mateja2021-07-241-9/+32
* Center product cards.Mateja2021-07-241-1/+1
* Fetch products inside Vuex and display them using `ProductCard`Mateja2021-07-245-11/+52
* Use `.env` file.Mateja2021-07-241-0/+1
* Added boilerplate pages and `ProductCard` component.Mateja2021-07-2412-32/+299
* Remove `_variables.scss`.Mateja2021-07-202-1469/+2
* Tracking orders in database.Mateja2021-07-201-11/+42
* Added Order model.Mateja2021-07-201-0/+50
* Added application_context(brand_name) and capture logging.Mateja2021-07-201-0/+8
* Setup transaction using provided items.Mateja2021-07-161-24/+42
* Setup and capture test transactions.Mateja2021-07-163-7/+62
* Added necessary variables to `.env.example`Mateja2021-07-151-0/+4
* Setup `siteUrl` environment variable.Mateja2021-07-152-0/+2
* Setup transaction routes.Mateja2021-07-152-0/+18
* Added PayPal config file.Mateja2021-07-154-1/+33
* Update README.Mateja2021-07-111-0/+2
* 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
* Added Bootstrap 5.Mateja2021-07-086-6/+1539
* Added frontend boilerplate...Mateja2021-07-0816-0/+13159