- Copy the
.env.example
file and rename it to.env
. - Fill in the variable values with your credentials and configurations:
PORT
: The port to serve the appJWT_SECRET
: Secret key to sign JWT tokens.JWT_EXPIRATION
: The time your JWT will be active.DB_PORT
: The port the database will listenNODE_ENV
: The build modeDATABASE_URL
: database string connection