Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.21 KB

Welcome to Ticketify - Ticketing Microservice

Ticketify is a microservice designed to handle ticketing functionality for your application. It allows you to manage and track tickets efficiently.

Features

  • Create, update, and delete tickets.
  • Assign tickets to users or teams.
  • Track ticket status and progress.
  • Generate reports and analytics.

Technologies Used

Ticketify is built using various technologies:

  • Node.js and Express for the backend.
  • Jest for the unit test cases.
  • MongoDB for data storage.
  • Redis for caching.
  • React and Next.js for the frontend.
  • Typescript for codebase consistency.
  • NATS for streaming.
  • Common for custom NPM libraries.
  • Docker containers and Kubernetes for deployment.

Getting Started

Follow these steps to get started with Ticketify:

  1. Clone this repository.
  2. Install dependencies using `npm install` or `yarn install`.
  3. Set up your MongoDB and Redis databases.
  4. Configure environment variables.
  5. Run the development server using `skaffold dev`.