abhijith365 / make-my-show-

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abhijith.xyz

make-my-show-

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

to using this app you need to add config.env inside config folder

add below item to config.env

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= '...'

npm start

enjoy:)

About

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


Languages

Language:CSS 57.1%Language:EJS 26.4%Language:JavaScript 16.4%