Skip to content

KArjmand/ticket-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ticketing API

A simple ticketing HTTP server implementation using TypeScript.

Features

  • Create new ticket
  • Operator can response to ticket
  • Admin can view all tickets

Usage

  1. Install dependencies:
npm install 
  1. Run the migrations:
npm run typeorm:migration:run 
  1. Run the server:
npm run start 

The server will start listening on http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published