Coder Social home page Coder Social logo

hamzaclaus / ticketing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tushar-kapil/ticketing

0.0 0.0 0.0 85 KB

Ticketing Application Built With Microservices Architechture to Buy and Sell Tickets to Events

Home Page: http://www.npmjs.com/package/@tkticketingv2/common

JavaScript 17.96% TypeScript 81.06% Dockerfile 0.97%

ticketing's Introduction

Ticketing App

Welcome to the Ticketing App repository! This app is a comprehensive ticketing solution built with Microservices Architecture, utilizing various technologies for both the backend and frontend. If you are a developer eager to contribute, this repository has something for you.

Features

  • User Authentication: Sign up and sign in functionality for user accounts.
  • Ticket Management: Users can sell, buy, and pay for tickets.
  • Order Details: Users can fetch details of all the orders they have created.
  • Microservices Architecture: Built with scalable and maintainable microservices.
  • Backend: Developed with Express.js and TypeScript, using MongoDB as the database.
  • Message Broker: Nats-streaming-server facilitates communication between different services.
  • Orchestration: Kubernetes is used as an orchestration tool for efficient deployment and scaling.
  • Frontend: Utilizes Next.js for server-side rendering to enhance performance.
  • Optimistic Concurrency Control (OCC): Handles race conditions in the database.
  • Industry Standard Design: Code is structured and designed following industry best practices.
  • Scalability: The application is designed to scale easily to accommodate millions of users.
  • Custom npm Package: A custom npm package is published to npm, containing shared code between services.

Getting Started

1. Clone the GitHub Repository

git clone [email protected]:Tushar-Kapil/Ticketing.git

2. Make sure Docker and Kubernetes are installed and running on your local machine.

3. Set Kubernetes Secrets

kubectl create secret generic stripe-secret --from-literal STRIPE_KEY=[YOUR_STRIPE_SECRET_KEY]
kubectl create secret generic jwt-secret --from-literal=JWT_KEY=[JWT_SECRET]

4. Navigate to Root Project

cd ticketing

5. Execute the following command to start the Kubernetes cluster using Skaffold:

skaffold dev

6. Once the cluster is up and running, you can access the application at http://localhost:3000.

Contributing

If you would like to contribute to either the frontend or backend, follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make your changes and ensure the code follows the established coding standards.
  • Create a pull request to the main branch of this repository.
  • Your pull request will be reviewed, and upon approval, it will be merged.

Thank you for contributing to the Ticketing App!

ticketing's People

Contributors

hamzaclaus avatar tushar-kapil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.