Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhaveshpatil07/satsangseva
SatsangSeva is online event hosting and booking platform for various types of Satsang and Bhakti events.
https://github.com/bhaveshpatil07/satsangseva
admin-panel bhajans booking-platform bookingsystem bookmyshow distance-calculation distance-matrix event-booking-app events-booking maps multilanguage-support multilingual otp-verification satsangseva translate-google user-location whatsapp-notifications
Last synced: about 1 month ago
JSON representation
SatsangSeva is online event hosting and booking platform for various types of Satsang and Bhakti events.
- Host: GitHub
- URL: https://github.com/bhaveshpatil07/satsangseva
- Owner: bhaveshpatil07
- Created: 2024-07-30T13:53:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T14:09:47.000Z (3 months ago)
- Last Synced: 2024-09-13T02:19:57.812Z (3 months ago)
- Topics: admin-panel, bhajans, booking-platform, bookingsystem, bookmyshow, distance-calculation, distance-matrix, event-booking-app, events-booking, maps, multilanguage-support, multilingual, otp-verification, satsangseva, translate-google, user-location, whatsapp-notifications
- Language: JavaScript
- Homepage: https://satsangseva.web.app
- Size: 16.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SatsangSeva: BookMyBhajan
## 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 API URL
REACT_APP_BACKEND=Your Backend Link# Google Authentication
REACT_APP_GAUTH_CLIENT_ID=Get it from the Google Cloud Console
REACT_APP_GAUTH_CLIENT_SECRET=Get it from the Google Cloud Console# Google Maps API Key
REACT_APP_GMAP_KEY=Get it from the Google Cloud Console# Admin Credentials
REACT_APP_ADMIN=Your Admin Email
REACT_APP_ADMIN_KEY=Your Admin Password# Secret Key (same as in backend .env)
REACT_APP_SECRET_KEY=Same as in your Backend .env file