$ yarn add
Change the DATABASE_URL .env variable to a valid MongoDB URL.
In order to configure the database run
$ yarn prisma db push
This will ensure all Schema rules for current DB, such as unique fields and default values
$ yarn prisma db seed
This command will populate the database with moch Data.