Skip to content

NickFitz/help-desk-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Help Desk Service

A service for interacting with help desks such as Zendesk and Halo ITSM.

The service provides an API that should be used for ticket management and creation.

Setup

  • Set up pre-commit as per https://github.com/uktrade/pii-secret-check-hooks
  • Copy the example env file cp .env.example .env
  • Build local docker instance:
    • make build
    • make migrate or make first-use
  • Start the local docker instance make up
  • The service will be available at: http://localhost:8000/

Update requirements files

make all-requirements

Project documentation

Project structure

  • config/ - Django settings and top-level project config
  • help_desk_api/ - API for help desk ticket management

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • Makefile 4.6%
  • Shell 0.5%