MERN Stack CRUD Example script - Create frontend and backend with React, Node, Express, mongoDB, and learn to consume REST APIs with React Axios.
Clone Project
https://github.com/bhaktaraz/mern-stack-crud
Frontend
- Get inside the project folder
- Run npm install to install required packages
npm start
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.
Start Backend Server
- Get inside the backend folder
- Run npm install to install required packages
- Run nodemon server.js
Comment