devalade / voyageur

A simple t3 app for booking ticket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voyager App

This is a booking ticket app build with t3 stack

Setup

Clone the project

git clone https://github.com/devalade/voyageur.git

Intall all dependencies

# NPM 
cd voyager
npm install // or pnpm install or yarn install

Let's setup the database

cp .env.example .env
npx prisma generate
npx prisma db push

Chckout Prisma if you want to use another database.

You can now run the project by executing npm run dev

About

A simple t3 app for booking ticket


Languages

Language:TypeScript 93.6%Language:JavaScript 5.7%Language:CSS 0.7%