Skip to content

TROCA : is a digital ticketing platform that operates through a website. We serve as an intermediary between buyers and resellers of electronic music event tickets. Our platform provides users with a secure, straightforward, and efficient environment to explore a variety of ticket options and prices.

Notifications You must be signed in to change notification settings

agustinlorca/c17-34-m-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Troca

Overview

TROCA : is a digital ticketing platform that operates through a website. We serve as an intermediary between buyers and resellers of electronic music event tickets. Our platform provides users with a secure, straightforward, and efficient environment to explore a variety of ticket options and prices.

Features

  • Secure Environment: We prioritize user safety while ensuring that all active tickets and transactions are conducted securely.
  • Simplicity: Our user-friendly interface makes it easy for users to navigate and find the tickets they need.
  • Variety: Explore a wide range of ticket options for electronic music events.
  • Competitive Pricing: Compare prices and choose the best deal for your favorite events.

Join us today and experience the convenience of TROCA! 🎵🎟️

Members

Members

Dev Database

PostgresDocker

  • Create a database in your local machine
  • Use the following credentials to connect to the database
    • Database Name: trocaDataBase
    • Username: postgres
    • Password: root
    • Host: localhost
    • Port: 3008
  • Run the following command to create a docker image
    docker run --name trocaDataBase -e POSTGRES_PASSWORD=root -e POSTGRES_USER=postgres -e POSTGRES_DB=trocaDataBase -p 3008:5432 -d postgres

Dev Server

Apache Maven

  • Run maven install to build the project
  • Run the following command to start the server

Swagger

Swagger

PROD Server

vercel

  • Run maven install to build the project
  • Run the following command to start the server
    • mvn spring-boot:run
spring_profiles_active = **   
PROD_DB_HOST= **
PROD_DB_PORT= **
PROD_DB_NAME= **
PROD_DB_USERNAME= **
PROD_DB_PASSWORD= **

Screenshots

Screenshot1 Screenshot2

For more information, visit our official website https://c17-34-m-java.vercel.app/ or check out our GitHub repository https://github.com/No-Country/c17-34-m-java. 🚀🎉

About

TROCA : is a digital ticketing platform that operates through a website. We serve as an intermediary between buyers and resellers of electronic music event tickets. Our platform provides users with a secure, straightforward, and efficient environment to explore a variety of ticket options and prices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • CSS 3.6%
  • HTML 0.1%