An open API service indexing awesome lists of open source software.

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

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`)