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
npm install -g express-generator
npx express-generator express-api
cd myapp
npm install
after we have to install requires modules we use in the app.,mongoose,express like that , dotenv.
env:DEBUG='myapp:*'; npm start