@@ -10,7 +10,7 @@ There are 3 Folders
10
10
## Steps for run project are as below
11
11
12
12
1 . Download or Clone this code in your system
13
- 2 . Go to each folder and from terminal run command ### ` npm install ` for download dependencies.
13
+ 2 . Go to each folder and from terminal run command ` npm install ` for download dependencies.
14
14
3 . Rename sample.env file to .env and add your credential or keep same.
15
15
4 . To run front end go to web_panel folder and open terminal and run command ` npm start `
16
16
5 . To run backend admin go to web_admin folder and open terminal and run command ` npm start `
@@ -33,7 +33,7 @@ There are 3 Folders
33
33
34
34
## Some of Features of Ecommerce Project
35
35
36
- 1 . ** Front End**
36
+ ** Front End**
37
37
- Home Page with Slider, Featured Products
38
38
- Product Listing page with filter in Left side
39
39
- Product List load as Page scroll to down
@@ -44,21 +44,21 @@ There are 3 Folders
44
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
- 2 . ** Admin Panel**
47
+ ** Admin Panel**
48
48
- Add/Update Product
49
49
50
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
- 3 . ** APIs**
54
+ ** APIs**
55
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
59
- ** Blog** : https://www.webdeveloperguide.in/
60
- ** YouTube** : https://www.youtube.com/WebDeveloperGuide
61
- ** GitHub** : https://github.com/WebDeveloperGuide/
62
- ** FaceBook** : https://www.facebook.com/webdeveloperguides/
63
- ** Twitter** : https://twitter.com/WebDeveloperGd
59
+ ** Blog** : https://www.webdeveloperguide.in/
60
+ ** YouTube** : https://www.youtube.com/WebDeveloperGuide
61
+ ** GitHub** : https://github.com/WebDeveloperGuide/
62
+ ** FaceBook** : https://www.facebook.com/webdeveloperguides/
63
+ ** Twitter** : https://twitter.com/WebDeveloperGd
64
64
0 commit comments