Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 997 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 997 Bytes

version 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