You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start cmd /k "C: && cd C:\\Filename\\Filename\\Filename && mongod.exe"
start cmd /k "E: && cd E:\\Filename\\Filename\\Filename && redis-server.exe"
start cmd /k "E: && cd E:\\Filename\\Filename\\Filename && nodemon app.js"
start cmd /k "E: && cd E:\\Filename\\Filename\\Filename && nodemon server.js"
start cmd /k "E: && cd E:\\Filename\\Filename\\frontend && npm start"
::this is a script for starting all these servers in a single script with reactjs as frontend,middleware of routing. and nodejs as backend. mongodb as db.