- Ketan Prakash (2020IMT-044)
Worked on the backend using Express and Node.Js, and created various routes (end points) and controllers (logic).
- Lovish Dak (2020IMT-050)
Worked on managing different states using Redux Toolkit, and created slice and store for the same.
- Aditya Pote (2020IMT-069)
Added firebase authentication during login and register, and database to store the users' and tickets' information.
- Suyash Vikram Singh (2020IMT-104)
Worked on the frontend, using React and Tailwind CSS, and integrated Stripe for payment gateway.
Users can create their account, book tickets, and access their booking history
Follow the steps below to get run the app in the local environment.
-
npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/suyashvsingh/se-frontend git clone https://github.com/suyashvsingh/se-backend
-
Install NPM packages
npm install
-
Create a
.env
file in the backend.STRIPE_SECRET_KEY= X_RAPID_API_KEY= X_RAPID_API_HOST=
-
Start the backend
npm run dev
-
Start the frontend
npm start
Enter the card number: 4242 4242 4242 4242 for all orders for a successful transaction.