Skip to content

Commit 72e1e0a

Browse files
author
WebDeveloperGuide
committed
Format Description
1 parent 3f6961a commit 72e1e0a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are 3 Folders
1010
## Steps for run project are as below
1111

1212
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.
1414
3. Rename sample.env file to .env and add your credential or keep same.
1515
4. To run front end go to web_panel folder and open terminal and run command `npm start`
1616
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
3333

3434
## Some of Features of Ecommerce Project
3535

36-
1. **Front End**
36+
**Front End**
3737
- Home Page with Slider, Featured Products
3838
- Product Listing page with filter in Left side
3939
- Product List load as Page scroll to down
@@ -44,21 +44,21 @@ There are 3 Folders
4444
Note: Set port whatever you want in package.json file in scripts part
4545
URL for Frontend : http://localhost:5001/
4646

47-
2. **Admin Panel**
47+
**Admin Panel**
4848
- Add/Update Product
4949

5050
Note: Add 1 User with isAdmin=true in Users table manually for login in admin panel.
5151
URL for Admin Panel : http://localhost:5003/
5252

5353

54-
3. **APIs**
54+
**APIs**
5555
Note: You can change port for API by set it in .env file. Default PORT is 5002
5656
URL for Admin Panel : http://localhost:5002/api/
5757

5858

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
6464

0 commit comments

Comments
 (0)