Skip to content

Commit 27d7abc

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update README.md
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com>
1 parent 3c311c8 commit 27d7abc

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,44 @@
134134

135135
- After you install package
136136

137-
-
137+
- add following command to you `package.json` file at `script`
138138

139+
``` js
140+
141+
"SignInUpBackend": "node -e \"require('login-signup-react').RunBackendMysqlNoMVC()\""
142+
143+
```
144+
145+
- and the run above command
146+
147+
- after you can see `server` folder in your root folder
148+
149+
- it is the backend
150+
151+
- go inside the `server` folder and create file `.gitignore`
152+
153+
- and add
154+
155+
```
156+
node_modules
157+
158+
```
159+
160+
- after run
161+
162+
```sh
163+
164+
npm install
165+
166+
```
167+
168+
- then develop your mysql evniroment
169+
170+
- or you can use sql file in `Database` folder in `server` folder
171+
172+
- start the Project
173+
174+
- - both Frandend and Backend
139175

140176
# Screen Shorts
141177

0 commit comments

Comments
 (0)