69 Commits (b48758676efcd260d51f2505cbb677135e52058a)
 

Author SHA1 Message Date
nicekid1 cb3eaeb425 Create invoice module and model, and implement functionality to create an invoice 2 months ago
nicekid1 e18858fd60 Add functionality to add balance to user's wallet in wallet module 2 months ago
nicekid1 f65fbce4d6 Implement functionality to view a user's wallet in wallet module 2 months ago
nicekid1 021e22fcc9 Create wallet module and models 2 months ago
nicekid1 b0c858c151 Add functionality to remove an item from the cart in cart module 2 months ago
nicekid1 81d2629d05 Implement functionality to find a user's cart in cart module 2 months ago
nicekid1 729a5a040b Implement functionality to create a cart in cart module 2 months ago
nicekid1 199c2b35a2 Create cart module and model 2 months ago
nicekid1 c7d27edc10 Add functionality to delete a product in product module 2 months ago
nicekid1 30eb685e9e Implement product update functionality in product module 2 months ago
nicekid1 e058e82e6d Implement functionality to find a product by ID in product module 2 months ago
nicekid1 cfd85e729b Implement product listing with search functionality by name, min price, and max price in product module 2 months ago
nicekid1 780fb8bc1f Implement product creation functionality in product module 2 months ago
nicekid1 44b3017ce4 Create product module and model 2 months ago
nicekid1 238cd06920 Create guard to validate JWT token 2 months ago
nicekid1 effc393545 Implement login method in user service, configure JWT authentication, and create login route in user controller 2 months ago
nicekid1 9549a49330 Create user module with model, service, and register route 2 months ago
nicekid1 f434e9191c Setup PostgreSQL database connection and test connectivity 2 months ago
nicekid1 0e72128e4e Initialize project with NestJS and configure basic setup 2 months ago