Skip to content

drejahl/trouble-ticket-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of the TM Forum Trouble Ticket Management API

TM Forum API Overview

This is work in progress. It includes draft tests with hypermedia extensions (hal+json).

Overview

architecture

Getting started

  • Clone this repository locally
  • Install required modules: 'npm install'
  • Start mongodb: 'npm run mongo-init' (inital start-up) or 'npm run mongo-up' (start server)
  • Start REST API: 'swagger project start'

Client UI (locally)

  • 'cd client'
  • 'npm run dev'

Deployment with docker

Run with docker-compose

  • docker-compose up

(this fetches the API service and MongoDB from Docker Hub)

Build container locally

  • docker build -t [your-docker-hub-name]/tmfapi-trouble-ticket-management .

About

Implementation of the TM Forum Trouble Ticket Management API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors