This README file provides a description of the backend project located in the Node-Workspace directory.
$ npm install$ npm run start:devThe following environment variables are used in the .env file:
PORT: The port on which the server runs. Example:3001BASE_URL: The base URL of the server. Example:"http://localhost:3001"SECRET_KEY: The secret key used for various cryptographic operations. Example:"23423424245DFSJHR24524@3@@3!2*%**96*"
USER: The database user. Example:postgresDATABASE: The name of the database. Example:dash_sphereHOST: The database host. Example:localhostPORT: The database port. Example:5432DATABASE_URL: The full database connection URL. Example:"postgresql://postgres:admin@localhost:5432/dash_sphere?schema=public"
TWILIO_ACCOUNT_SID: The Twilio account SID. Example:AC736a59a1baea8cd0ca23f0ab9a857121TWILIO_AUTH_TOKEN: The Twilio authentication token. Example:d6319c9cdfc6e26a15a636411ae9c037TWILIO_VERIFICATION_SERVICE_SID: The Twilio verification service SID. Example:VAd9f4e18304c15405e759fd4115b3966dTWILIO_SENDER_PHONE_NUMBER: The Twilio sender phone number. Example:"+925405464752"