A platform for buying and managing event tickets.
Before running this project, ensure you have the following installed:
- Java Development Kit (JDK) 17 or higher
- Verify installation:
java -version - Ensure JAVA_HOME is set in your environment variables
- Verify installation:
- PostgreSQL database server version 16 or higher
- Verify installation:
psql --version - Ensure PostgreSQL service is running
- Verify installation:
git clone <repository-url>
cd ticketochoks-
Open and edit
start-dev.ps1: -
Configure the following variables:
$env:DB_URL $env:DB_USERNAME $env:DB_PASSWORD
-
Run the application:
.\start-dev.ps1
-
Make the script executable:
chmod +x start-dev.sh
-
Update the environment variables:
export DB_URL export DB_USERNAME export DB_PASSWORD
-
Run the application:
./start-dev.sh