Skip to content
/ MMS Public

Marketing monitor system include backend and frontend.

Notifications You must be signed in to change notification settings

seventhse/MMS

Repository files navigation

Marketing Monitor System (MMS)

Marketing Monitor System (MMS) provides a set of Just commands for development workflow automation.

Commands

Installation

Install required development tools:

just install

This will install:

  • cargo-watch: For auto-reloading development server
  • sea-orm-cli: For database migrations and entity generation

Development Server

Run development server with auto-reload:

just server

Build and run production server:

just pre-server

Database Management

Generate a new migration file:

just gen-migration <table_name>

Generate entity modules from database schema:

just gen-entity

Clean generated entity files:

just clean-entity

Run migration commands:

just migrate <command>

Where <command> can be:

  • up: Apply all pending migrations
  • down: Revert last migration
  • fresh: Drop all tables and reapply migrations
  • reset: Revert all migrations then reapply
  • status: Show migration status

About

Marketing monitor system include backend and frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published