Steps Create App in React js:
1)Create Folder.
2)Open this Folder. Then go to searchbar and clear all clear and type "cmd" + enter and then the Command Prompt will Open.
3)npx create-react-app
4)cd project-name
5)npm start
6)npm install -g create-react-app npx create-react-app my-app cd my-app npm start
Frontend and Backend source Start Codes:
Frontend:
- npm start
Backend:
- cd src
- cd Backend
- npm install express mongoose
- npm install axios
- npm install dotenv
- npm install cors
- npm install -g nodemon
- npm install body-parser
- nodemon start npm install express mongoose axios dotenv cors -g nodemon body-parser
nodemon start
Login Page: npm install express mongoose cors dotenv jsonwebtoken bcrypt