快速验证 具有REST API身份验证的Express和mongodb应用程序的样板 产品特点 与 用法 安装依赖 $ npm install 使用以下变量添加.env文件 DB_CONNECT = # the address for your mongodb database TOKEN_SECRET = # random secret for jwt token SMTP_SERVER = # your smtp server address EMAIL = # your email PASSWORD = # your email password 运行开发服务器 $ npm run de