Create a .env file inside the root of your application and include the following content:
DATABASE_URL='mysql://root:@localhost:<add_your_port || 3306>/voice_lesson_app'
NODE_ENV="development"
JWT_SECRET=""
Note!! you need to create the database `` yourself before doing any other thing within the app