Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bhaveshpatil07/satsangseva-backend
- Owner: bhaveshpatil07
- Created: 2024-07-30T13:58:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T14:22:39.000Z (2 months ago)
- Last Synced: 2024-09-13T02:20:53.575Z (2 months ago)
- Topics: admin-dashboard, cloudinary, distance-calculation, event-management, google-apis, multilingual, nodemailer, otp-verification, translate-api, twilio, whatsapp-notifications
- Language: JavaScript
- Homepage: https://satsangseva.web.app
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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