Skip to content

makkenzo/tripma

Repository files navigation

Tripma

project-image

Tripma is a service for searching flights hotels. It is a PET project for learning Next.js TailwindCSS Prisma Jotai and other technologies.

🛠️ Installation Steps:

1. Clone repository

git clone https://github.com/makkenzo/tripma.git

2. Goto repos dir

cd tripma

3. Install dependencies

pnpm i

4. Set local variables in .env

(See example in /.env.example)

DATABASE_URL="postgresql://..."

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...
CLERK_SECRET_KEY=sk_test_...

NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

5. Run in dev mode

pnpm dev

💻 Built with

Technologies used in the project:

  • NextJS
  • Typescript
  • TailwindCSS
  • Prisma
  • Jotai
  • Clerk

🛡️ License:

This project is licensed under the MIT