A simple ticketing HTTP server implementation using TypeScript.
- Create new ticket
- Operator can response to ticket
- Admin can view all tickets
- Install dependencies:
npm install
- Run the migrations:
npm run typeorm:migration:run
- Run the server:
npm run start
The server will start listening on http://localhost:3000
.