Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhaveshpatil07/satsangseva-backend

SatsangSeva aka BookMyBhajan is online event hosting and booking platform for various types of Satsang and Bhakti events.
https://github.com/bhaveshpatil07/satsangseva-backend

admin-dashboard cloudinary distance-calculation event-management google-apis multilingual nodemailer otp-verification translate-api twilio whatsapp-notifications

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
---------------------------------

```markdown
# .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