Skip to content

recommand/recommand-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Module

A template module built with the Recommand Framework.

Prerequisites

Installation

# Install dependencies
bun install

Database Setup

This module uses Drizzle ORM with PostgreSQL. The database schema is defined in db/schema.ts.

# Generate database migrations (from the package directory)
bun run db:generate

Running the Application

The template module is automatically loaded and integrated when you run the Recommand Framework server:

# From the main directory:
bun --cwd ./packages/template --env-file=../../.env dev

This will start both the server and client in development mode, and the template module will be automatically detected and made available by the Recommand framework.

Add as New Package to a Recommand Framework Deployment

# From the main directory
bun --cwd ./packages/framework init-package

About

Template Recommand Framework package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors