
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
autosync_backend2
Advanced tools
A comprehensive business management system built with **Elysia** (TypeScript web framework) and **Bun** runtime. The system provides CRM, inventory management, warehouse operations, fleet management, and company management capabilities.
A comprehensive business management system built with Elysia (TypeScript web framework) and Bun runtime. The system provides CRM, inventory management, warehouse operations, fleet management, and company management capabilities.
Clone the repository
git clone <repository-url>
cd autosync-v2
Install dependencies
bun install
Set up environment variables
Create a .env file with the following variables:
NODE_ENV=development
PORT=3000
BETTER_AUTH_SECRET=your-secret-key
DATABASE_URL=postgresql://user:password@localhost:5432/autosync
UPSTASH_REDIS_REST_URL=your-redis-url
UPSTASH_REDIS_REST_TOKEN=your-redis-token
SMTP_USER=your-smtp-user
SMTP_PASSWORD=your-smtp-password
ATUT_TOKEN=your-atut-token
AWS_ACCESS_KEY=your-aws-key
AWS_SECRET_KEY=your-aws-secret
Run database migrations
bun run db:migrate
Start the development server
bun run dev
Access the application
# Development
bun run dev # Start development server with auto-reload
bun run build # Compile TypeScript and generate declarations
# Database
bun run db:generate # Generate migration files from schema changes
bun run db:migrate # Apply database migrations
# Code Quality
bun run biome:check # Format and lint with auto-fix
# Email Development
bun run email # Start email template development server
# Testing
bun test # Run test suite
bun test:watch # Run tests in watch mode
The application follows a domain-driven architecture with the following main domains:
Each domain follows a consistent pattern:
index.ts - Route definitions and middlewaremodel.ts - TypeBox validation schemaslogic.ts - Business logic and database operationsThe system uses PostgreSQL with Drizzle ORM and a multi-schema design:
public - Core application tables (auth, permissions)crm - Customer relationship managementcompany - Organization managementwarehouse - Inventory and warehouse operationstechdoc - Technical documentationfleet - Fleet management# Build and push to ECR
make build
# Build production image
make build_prod
[Add your license information here]
For detailed documentation, see the docs directory.
FAQs
A comprehensive business management system built with **Elysia** (TypeScript web framework) and **Bun** runtime. The system provides CRM, inventory management, warehouse operations, fleet management, and company management capabilities.
The npm package autosync_backend2 receives a total of 43 weekly downloads. As such, autosync_backend2 popularity was classified as not popular.
We found that autosync_backend2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.