//backend
Note: make sure you are connected to internet to get application and library working
-
Need to install nodemon, express, cors, morgan, axios and dotenv command: npm i nodemon express cors morgan axios and dotenv
-
To run server for backend command: npm run server
//frontend
-
Need to install node module in react application command: npm install
-
Need to install axios npm i axios
-
To run the application follow below command command: npm start