Skip to content

sumanmanna134/OpenTicket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Schema

User

Name Type
email string
password string

Order

Name Type
userId Ref to User
status Created - Cancelled - AwaitingPayment - Completed
userId Ref to User
orderId Ref to Order

Ticket

Name Type
title string
price number
userId Ref to User
orderId Ref to Order

Charge

Name Type
orderId Ref to Order
status Created - Failed - Completed
amount number
stripeId string
stripeRefundId string

Services

Contribution guidelines for this project

Events

Contribution guidelines for this project

architecture

Contribution guidelines for this project

Authentication Flow

Contribution guidelines for this project

About

Microservice ticket service using node, docker, kubernetes, skaffold

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors