git clone https://github.com/mavidurak/mentor-api.git
cd mentor-api
npm install
npm start
npm run migrate
npm run lint -- --fix
APP_PORT=4000
DATABASE=mavidurak
DATABASE_USERNAME=root
DATABASE_PASSWORD=
DATABASE_HOST=localhost
API_PATH=http://localhost:4000
DASHBOARD_UI_PATH=http://localhost:8080
EMAIL_HOST=
EMAIL_PORT=
EMAIL_SECURE=
EMAIL_USER=
EMAIL_PASSWORD=
Send mail with smtp.gmail.If you use smtp.google, EMAIL_SECURE=
is mast be true