require('dotenv').config() const bootApplication = require('./index') bootApplication(process.env.APP_PORT)