Skip to content

Latest commit

History

History

example-project

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Example project created with sqrs

This is an example backend application that implements CQRS pattern.

See src/domain folder for commands, queries, events, and repositories.

API routes are defined in src/routes folder.

Dependency container is created in src/di.ts file.