Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 615 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 615 Bytes

Eticket

Typescript | React | MongoDB | Kubernetes | Docker | NPM | NATS Streaming Server

A platform that enables selling and buying of Digital Tickets.

Underlying Services

Authentication

Users can authenticate themselves with features such as Signin, Signup, Signout etc. The Authentication service works with JWT (JSON Web Token) used inside Cookies in order to validate the respective sessions.

Tickets

Users can Create, Update, List and Get respective tickets. The Tickets service have some endponts i.e Create, Update which ensures the current user to be authenticated.