KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
reels-maker
★ 1
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ReelsMakerPro
:
ReelsMaker Pro 1.1.1 - Декомпилированная и улучшенная последняя версия проекта
reels-maker
:
🎬 Reels creator build with Nodejs and FFmpeg
Vidiment
:
Vidiment. AI reel maker
reel-maker-ai
:
Buidling MVP for reel maker
ReelsMaker
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
reels-maker
?
Download (.md)
# SaaS Template with Next.js, tRPC, Prisma, and Postgres This is a **SaaS template** project built using modern technologies. It features: - **Frontend**: Next.js + TanStack Query for efficient data fetching - **Backend**: tRPC for type-safe API communication with Prisma ORM for database interactions - **Authentication**: Better-auth for easy authentication management - **Component Library**: ShadCN for ready-to-use UI components This template is designed to be the perfect starting point for building a **SaaS application**, providing a **full-stack solution** with authentication, data management, and UI components all integrated. ## Features - **Frontend**: - Powered by **Next.js** for server-side rendering (SSR) and static site generation (SSG). - **TanStack Query** for fetching, caching, and synchronizing server data. - Optimized font loading via `next/font` for fast rendering. - **Backend**: - **tRPC** for type-safe API routes and communication between the client and server. - **Prisma ORM** for easy database access and migrations with PostgreSQL as the database. - **Authentication**: - **Better-auth** provides a simple way to manage user authentication with support for multiple strategies. - **UI**: - **ShadCN** UI library for pre-designed, responsive components to get started faster with UI development. --- ## Table of Contents - [Getting Started](#getting-started) - [Project Structure](#project-structure) - [Configuration](#configuration) - [Learn More](#learn-more) - [Deployment](#deployment) - [Contributing](#contributing) --- ## Getting Started To get started with this project, you will need **Node.js** and **npm** (or **yarn**, **pnpm**, **bun**) installed on your machine. ### Install Dependencies First, clone this repository and install the required dependencies: ```bash git clone <repository-url> cd <project-directory> bun install ``` ### Renaming .env.exmaple to .env and updating values ```bash mv .env.example .env ``` ### Migrate the schema to database and generate client ```bash bunx prisma migrate dev bunx prisma generate ``` ### Run the Development Server ```bash bun dev ``` ### Project Structure Coming soon