Student Service Request System
Add .env file to your route folder
HOST=localhost
PORT=3001
DB_HOST=localhost
DB_PORT=27017
DB_COLLECTION_NAME=ssrs-daiict
DB_USER=yourName
DB_PASS=yourPass
MAIL_USER=yourGmailAccount
MAIL_PASS=yourGmailPassword