Skip to content

topanb11/TicketBox

Repository files navigation

TicketBox

Built with:

Getting Started

Frontend

Change into frontend directory: cd frontend

Install dependencies: yarn install

Start frontend: yarn start

Backend

  1. Download docker: https://www.docker.com/products/docker-desktop/
  2. Open a terminal
  3. Run the following:
    1. docker run --name postgres-spring -e POSTGRES_PASSWORD=admin -d -p 5432:5432 postgres:alpine
    2. docker ps
    3. docker exec -it <container-id from the docker ps command> bin/bash
    4. psql -U postgres
    5. CREATE DATABASE springdb;
    6. \c springdb
  4. Database is now fully setup
  5. Change into backend directory: cd backend
  6. Run the following:
    1. brew install maven
    2. mvn spring-boot:run
  7. Server should now be started on localhost:8080

Screenshots

Home Page

home page

Movies Page

search

Seat Selection

seat selection

Guest Checkout

guest checkout

Registration

registration

Log In

log in

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •