/tickets

👨‍💻 A simple helpdesk web application.

Primary LanguageSvelte

Stargazers Issues LinkedIn


Tickets

👨‍💻 This is a simple helpdesk web application.


Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Turso db instance
  • Resend API Key
  • Google Auth API Key

Installation

  1. Clone the repo
    git clone https://github.com/samuelfr7/tickets.git
  2. Copy env example
    cp .env.example .env.local
  3. Fill env variables
  4. Install packages
    bun install
  5. Migrate database
    bun db:migrate
  6. Fill your database
    bun db:seed
  7. Start the server
    bun dev
  8. See the application running on http://localhost:5173

(back to top)

Contact

Project Link: https://github.com/samuelfr7/tickets

(back to top)