a movie booking application. using node, express.js in back-end, mongo db as database and ejs as front end, user can book ticket , theatre owner can add theatre and add movies, seats, show time, show date, ects. admin page can approve theatre owner request, dashboard for revenue and many features and interactive front end
PORT = 3000
# DATABASE
MONGO_URI = "...
# GOOGLE AUTH LINKS
# GOOGLE_CLIENT_ID = "..."
# GOOGLE_CLIENT_SECRET = "...."
GOOGLE_CLIENT_ID = "...."
GOOGLE_CLIENT_SECRET = "..."
# PHONE OTP CONFIG
ACCOUNT_SID='...'
AUTH_TOKEN= '...'
SERVICE_ID= '...'
#Razor pay
RAZ__ID = '...'
RAZ_SECRET= '...'