MERN Stack CRUD Example script - Create frontend and backend with React, Node, Express, mongoDB, and learn to consume REST APIs with React Axios.
- Get inside the project folder
- Run
npm installto install required packages
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
- Get inside the
backendfolder - Run
npm installto install required packages - Run
nodemon server.js