#3 You should set configs in .env file
PORT = Your port
MONGODB_URI = your MONGODB_URI
NODE_ENV = development
JWT_SECRET = YOUR JWT_SECRET
ORIGIN = Your Origin
FAST2SMS = YOUR_API_KEY in FAST2SMS.com
ADMIN_PHONE = Your PhoneNumber
yarn add
yarn dev