Skip to content

sarans-h/busBooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

Real-Time Seat Booking Application

This is a full-stack application for booking seats in real-time, featuring a backend powered by Node.js, Express, and MongoDB, and a frontend built with React.


Environment Variables

To run this project, create a .env file in the backend directory and add the following variables:

# Backend Environment Variables
PORT=
DB_URL=
JWT_EXPIRE=
JWT_SECRET=
COOKIE_EXPIRE=

# Cloudinary Configuration
CLOUDINARY_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=

# Email Configuration
EMAIL_APP_PASSWORD=
EMAIL_USERNAME=

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages