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.
- 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! 🎵🎟️
- Backend
- Full Stack
- QA Tester
- UX/UI
- 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
- Run maven install to build the project
- Run the following command to start the server
mvn spring-boot:run- The server will start on port 8080
- The server will start on the following URL: https://troca-prod.onrender.com/
- The swagger documentation can be accessed at the following URL
- 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= **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. 🚀🎉


