Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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