Skip to content

Commit 1e21556

Browse files
Created readme.md
1 parent da3a454 commit 1e21556

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Code for CoderDost Youtube video on Connecting REACT with NODE and MONGO
2+
3+
4+
Two folder of front-end and back-end are provided separately.
5+
6+
Front-end : `react-app`
7+
Back-end : `node-sever`
8+
9+
## Installation
10+
After downloading, in each folder you have to use `npm install` separately.
11+
12+
And in both you can start separately a server
13+
14+
`npm start` for front-end
15+
`node index.js` for back-end (or you can use `nodemon`)

0 commit comments

Comments
 (0)