pvtchat/backend/README.md
2021-08-22 19:25:02 +01:00

619 B

Accord - API

Tested code that brings Accord to life.

Lines of Code

© All rights reserved. This repo is not (yet) open source, and is awaiting completion.

.env

API_URL="http://localhost:3000/api"
EMAIL_ADDRESS="example@gmail.com"
EMAIL_PASSWORD="google_account_password"
MONGO_URI="mongodb://localhost/accord"
PORT=3000
ROOT_ENDPOINT="http://localhost:3000"
WEBSITE_URL="http://localhost:4200"

For help on setting up gmail mailing, go here - https://nodemailer.com/usage/using-gmail.