Emperordmasac / pavilion-beatz

Home Page:https://pavilion-beatz.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pavilion Beatz

An open source application built using Next.js

Warning This app is a work in progress.

Features

  • New /app dir,
  • Routing, Layouts, Nested Layouts and Layout Groups
  • Data Fetching, Caching and Mutation
  • Loading UI
  • Route handlers
  • Metadata files
  • Server and Client Components
  • API Routes and Middlewares
  • Authentication using JsonWebtoken
  • ORM using Prisma
  • Database on MongoDB
  • UI Components built using Radix UI
  • Subscriptions using Stripe
  • Styled using Tailwind CSS
  • Validations using Zod
  • Written in TypeScript

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Start the development server:
pnpm dev

License

Licensed under the MIT license.

About

https://pavilion-beatz.vercel.app

License:MIT License


Languages

Language:TypeScript 95.5%Language:CSS 4.1%Language:JavaScript 0.5%