Dearie-de-cybek / VoiceLessonsApp

0 stars 0 forks source link

Introduction

Environmental Variable

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