We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29cac8 commit 3328c6fCopy full SHA for 3328c6f
README.md
@@ -51,10 +51,38 @@ Perfect starter boilerplate for beginners and intermediate developers.
51
- MySQL server installed and running
52
- `npm` package manager
53
54
+> Edit .env File For You Properties
55
+
56
### Setup Backend
57
58
1. Clone the repo:
59
60
```bash
61
git clone https://github.com/DMS-ranil/react-node-mysql-crud-template
62
cd react-node-mysql-crud-template/backend
63
+```
64
65
+2. Install Packages
66
67
+```bash
68
+npm install
69
70
71
72
+### Setup Frontend
73
74
+1. Clone the repo:
75
76
77
+git clone https://github.com/DMS-ranil/react-node-mysql-crud-template
78
+cd react-node-mysql-crud-template/frontend
79
80
81
82
83
84
85
86
87
88
0 commit comments