Ticket Booking system for movie screens.
Clone the repo
git clone https://github.com/mrgokuji/TicketBooking.git
- Java 11
- npm 6.14.15
- node v14.18.1
- cd ticket
- ./mvnw spring-boot:run -X
- npm install
- npm start
access website on
http://localhost:3000/
- Backend
https://ticketbooking-backend.herokuapp.com/
- Frontend
https://ticket-booking-frontend.herokuapp.com/