JSPM

express-boilerplate

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q31048F
  • License MIT

Node Express MongoDB Passport Mailgun backend API Boilerplate

Package Exports

  • express-boilerplate

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (express-boilerplate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

version [https://david-dm.org/yhagio/express-boilerplate.svg](https://david-dm.org/yhagio/express-boilerplate.svg) downloads MIT License

Express-Boilerplate

Features

User authentication (User Registration, Login, Logout, Forgot Password)

How to start

  • Pre-requisite (Node.js and MongoDB)

Production

NODE_ENV=production npm start

Development

NODE_ENV=development npm start