Skip to content

gfmasca/second-brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siameses v2

A Deno backend application.

Project Structure

src/
├── core/          # Core domain entities and utilities
├── domain/        # Business logic
│   ├── application/  # Application services
│   └── enterprise/   # Enterprise entities
└── main.ts        # Application entry point

Getting Started

# Run in development mode with watch
deno task dev

# Run the application
deno task start

# Run tests
deno task test

# Run a single test file
deno test src/path/to/test.ts

# Lint code
deno lint

# Format code
deno fmt

# Type check
deno check src/**/*.ts

Development

This project follows clean architecture principles, separating concerns into core domain entities, enterprise business logic, and application services.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published