(Mongo Express React Nodejs)
- Node js and NPM
- Mongodb
- Postman
- Code Editor(visual code, sublime text, atom, etc)
- active your mongodb
- install npm both server and client
// React js
$ cd /client
$ npm install
$ npm start
// Server Express js
$ cd /server
$ npm install
$ npm start
- Open Your Browser http://localhost:3000/index
That's it.
Thankyou