Built With
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
- Clone the repo
git clone https://github.com/samuelfr7/tickets.git
- Copy env example
cp .env.example .env.local
- Fill env variables
- Install packages
bun install
- Migrate database
bun db:migrate
- Fill your database
bun db:seed
- Start the server
bun dev
- See the application running on http://localhost:5173
Contact
Project Link: https://github.com/samuelfr7/tickets