rest api mkdir api cd api touch index.js npm init npm install --save express mongoose body-parser cors npm start