Coder Social home page Coder Social logo

imtejesh95 / gittix-ticketing-app Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 876 KB

Ticket exchange app, just like stubhub.com. Microservices application project using Node.js, React, NATS, Docker, K8s, etc.

TypeScript 87.27% Dockerfile 0.63% JavaScript 11.87% Shell 0.22%
typescript nodejs react nats asynchronous microservices-architecture docker kubernetes skaffold auth jwt cookie session-management cicd

gittix-ticketing-app's Introduction

Logo

GitTix - Ticketing App

Users can exchange - sell or buy tickets for any events. Ideally a bsaic clone of StubHub.

  • Microservices based application with asynchronous communications architecture.

Running on your local machine

Prerequsites

Initial Setup

Start Minikube Cluster & Enable ingress plugin

minikube start

Enable ingress addon for Minikube

minikube addons enable ingress

Add host entry for your minikube node

Know your minikube node IP using following command

minikube ip minikube

Now add open /etc/hosts file and append new host as (filename or path may differ as per your OS)

192.168.49.2    gittix.dev

You can replace ticketing.dev hostname of your choice, just need to update the ingress service config host name here.

Start the services

Clone the repo

git clone https://github.com/IMTejesh95/gittix-ticketing-app.git && cd gittix-ticketing-app

Create kubernets secrets

Make sure you use the correct namespace, refer this

kubectl create secret generic jwt-secret --from-literal=JWT_KEY=asdf -n gittix
kubectl create secret generic stripe-secret --from-literal=STRIPE_SECRET_KEY=sk_test_key -n gittix

Start all services in development mode usingskaffold

Skaffold will build the Docker image for each service and apply the deployments.

skaffold dev

After success logs for each service you can visit the gittix client app on https://gittix.dev

NOTE: You may get warning propmt on browser for untrusted certificate, to bypass on chrome you can click on site anywhere and type THISISUNSAFE.

gittix-ticketing-app's People

Contributors

imtejesh95 avatar dependabot[bot] avatar

Stargazers

Mohamed Amine Mrs avatar

Watchers

 avatar

Forkers

mgrave

gittix-ticketing-app's Issues

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.