nodejs-express-axios-starter How to start the application Run npm install to install application dependencies Start the application with npm start or npm run dev to reload the server when changes are made To check that your application is running enter url http://localhost:3000 Backend Follow the steps to run the backend for this application here