File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,18 +41,18 @@ There are 3 Folders
41
41
- Shipping Address Page
42
42
- Payment method with both for Cash on Delivery and Credit Card Payment
43
43
44
- Note: Set port whatever you want in package.json file in scripts part
44
+ Note: Set port whatever you want in package.json file in scripts part
45
45
URL for Frontend : http://localhost:5001/
46
46
47
47
** Admin Panel**
48
48
- Add/Update Product
49
49
50
- Note: Add 1 User with isAdmin=true in Users table manually for login in admin panel.
50
+ Note: Add 1 User with isAdmin=true in Users table manually for login in admin panel.
51
51
URL for Admin Panel : http://localhost:5003/
52
52
53
53
54
54
** APIs**
55
- Note: You can change port for API by set it in .env file. Default PORT is 5002
55
+ Note: You can change port for API by set it in .env file. Default PORT is 5002
56
56
URL for Admin Panel : http://localhost:5002/api/
57
57
58
58
You can’t perform that action at this time.
0 commit comments