Skip to content

Commit 3f6961a

Browse files
author
WebDeveloperGuide
committed
Formate Description
1 parent 887de89 commit 3f6961a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
There are 3 Folders
44

5-
1. web_panel - For front end
6-
2. web_admin - For Back end Admin
7-
3. web_services - For API
5+
1. **web_panel** - For front end
6+
2. **web_admin** - For Back end Admin
7+
3. **web_services** - For API
88

99

1010
## Steps for run project are as below
1111

1212
1. Download or Clone this code in your system
1313
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.
15-
4. To run front end go to web_panel folder and open terminal and run command ### `npm start`
16-
5. To run backend admin go to web_admin folder and open terminal and run command ### `npm start`
17-
6. To run APIs go to web_services folder and open terminal and run command ### `npm start`
15+
4. To run front end go to web_panel folder and open terminal and run command `npm start`
16+
5. To run backend admin go to web_admin folder and open terminal and run command `npm start`
17+
6. To run APIs go to web_services folder and open terminal and run command `npm start`
1818
7. For stripe setting create account in stripe and you will get credentials from there.
1919

2020

@@ -33,7 +33,7 @@ There are 3 Folders
3333

3434
## Some of Features of Ecommerce Project
3535

36-
1. Front End
36+
1. **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+
2. **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+
3. **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)