Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 426 Bytes

readme.md

File metadata and controls

33 lines (20 loc) · 426 Bytes

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.