Skip to content

GuyBerko/XTickets

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


XTicket it's an application designated for buying and selling tickets.
The application was built in a microservices design pattern.
The backend was written with Node.js and typescript and the client was written with React server side rendering.

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Roadmap
  3. Contributing
  4. License
  5. Contact

About The Project

project screen shot

Project Structure

  • xt-client - React + Next.js application for ssr client
  • xt-common - Npm library for common code implantation
  • Infrastructure
    • .github - CI/CD workflow configuration
    • xt-infra - Kubernetes infrastructure configuration
  • Services
    • xt-auth - Node.js + express application for users authentication
    • xt-expiration - Node.js application for orders expiration job scheduler
    • xt-orders - Node.js + express application for managing ticket orders
    • xt-payments - Node.js + express application for payment processing
    • xt-messeging - Node.js application for sending messages to the users (currently emails only)
    • xt-tickets - Node.js + express application for managing tickets

Built With

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Guy Berkovich - Email - LinkedIn

Project Link: Xtickets

About

A microservice Node.js + React application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors