Nuclio finished Express REST API for recipes practice
npm install
For developing with change reloading
npm run develop
For production
npm start
For formatting files from the terminal
npm run format
Nuclio finished Express REST API for recipes practice
JavaScriptMIT