An Express MVC Framework for Building Applications Fast. Enjoy good structure that helps you/your team standardize workflow while still building with plain old Express.
DB_CLIENT=
DB_HOST=
DB_USER=root
DB_PASSWORD=
DATABASE=
You can setup your port from .env rather than changing it in your code:
PORT=
You can simply set a global expiration time for JWT which you can continually reference like so:
JWT_EXP=your-jwt-expiration-time