Letsgo Demo
A simple application that allows users to book the tickets to any events in the system.
- Install PostgreSQL on port 5432(by default) or change port in application.properties file
- Create database (
CREATE DATABASE IF NOT EXISTS letsgo;
) - Build and run the app (
mvnw spring-boot:run -Drun.profiles=local
) - Point you browser to
http://localhost:8080