/express-api

Super simple nodejs express webserver api with authentication, authorization, job scheduler and mongodb

Primary LanguageJavaScriptMIT LicenseMIT

express-api

Super simple nodejs express webserver api with authentication, authorization, job scheduler and mongodb

Install the dependencies

npm install

Lint the code with standard

npm run test

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Start the app for production

npm run deploy

Upgrade npm package

npx npm-check-updates -u