Skip to content

SatsangSeva aka BookMyBhajan is online event hosting and booking platform for various types of Satsang and Bhakti events.

Notifications You must be signed in to change notification settings

bhaveshpatil07/SatsangSeva-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SatsangSeva: Backend

Bhajan-Booking-Backend

bookMyBhajanBackend

Environment Setup

To get started, create a .env file in the root of your project with the following variables:

Required Environment Variables


# .env file configuration

# Backend Configuration
PORT=8000
SECRET_KEY=SAME as in Frontend .env
MONGODB_URL=YOUR_DB_URL

# Twilio Configuration
TWILIO_ACCOUNT_SID=Get it From Twilio
TWILIO_AUTH_TOKEN=Get it From Twilio
TWILIO_AUTH_SERVICES=Get it From Twilio
TWILIO_WHATSAPP_NUMBER=Get it From Twilio

# Cloudinary Configuration
CLOUDINARY_CLOUD_NAME=Get it From Cloudinary.com
CLOUDINARY_API_KEY=Get it From Cloudinary.com
CLOUDINARY_API_SECRET=Get it From Cloudinary.com

# GMail Configuration
GMAIL_MAIL=YOUR_EMAIL
GMAIL_APP_PASSWORD=YOUR_APP_PASS

# Google Maps API Key
GMAP_KEY=Get it from the Google Cloud Console

Releases

No releases published

Packages

No packages published