Giter Club home page Giter Club logo

goldenticket's Introduction

Golden Ticket

About

Wow, what a great ticketing system!

The Golden Ticket system consists of one ASP.Net Core MVC App:

  • GoldenTicket

You can build and run the app from the "src" folder.

Build And Run

If using Visual Studio Code, the built in debugger will take care of building and running for you.

Required Tools

Using The CLI

  1. dotnet build
  2. dotnet GoldenTicket/bin/Debug/netcoreapp2.0/GoldenTicket.[site|Api].dll

Using Visual Studio Code

  1. Open debugging pane
  2. Select project from launch drop down
  3. Hit f5 or click the play button

Hosting the application

  1. dotnet publish within the src directory
  2. the autodeploy script can handle this for your you can also set it to run as a cron job so that the process is automatic
  3. the service file will allow you to have the applicaiton run as a service on your linux os of choice, just copy it to /etc/systemd/system/ and enable with (sudo) systemctl enable kestrel-golden-ticket.service

the application by default listens on port 5000, apache or nginx can be used as a reverse proxy in order to have the application on port 80 and 443.

I would sugest using certbot(uses LetsEncrypt) in order to give your webaddress an SSL cert in order to enable https

goldenticket's People

Contributors

brittanykeechan avatar dependabot[bot] avatar jennameadors avatar jleje33 avatar s-mil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

goldenticket's Issues

Update the ticket by email

hello, nice project congratulations.
Can a technician respond to the ticket by simply replying to the email received?
I'm looking for a project where the various tickets are updated by sending emails

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.