https://github.com/coderdost/connect-react-with-node-mongo
Code for Youtube video on Connecting REACT with NODE and MONGO
https://github.com/coderdost/connect-react-with-node-mongo
Last synced: 11 months ago
JSON representation
Code for Youtube video on Connecting REACT with NODE and MONGO
- Host: GitHub
- URL: https://github.com/coderdost/connect-react-with-node-mongo
- Owner: coderdost
- Created: 2023-01-04T18:16:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T20:15:02.000Z (over 2 years ago)
- Last Synced: 2025-01-16T21:18:22.119Z (about 1 year ago)
- Language: HTML
- Size: 313 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code for CoderDost Youtube video on Connecting REACT with NODE and MONGO
Two folder of front-end and back-end are provided separately.
Front-end : `react-app`
Back-end : `node-sever`
## Installation
After downloading, in each folder you have to use `npm install` separately.
And in both you can start separately a server
`npm start` for front-end
`node index.js` for back-end (or you can use `nodemon`)