Create a .env file and add the following:
PORT=
GOOGLE_REVIEW_REDIRECT_LINK=
BUSINESS_NAME=
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASSWORD=
SEND_TO_EMAIL=
- Install dependencies
npm install - Build your frontend
npm run build
Start your server npm start or start development server npm run dev.