Skip to content

An example full stack JS application using pragmatic clean architecture practices

License

ForrestTech/exemplum-js

Repository files navigation

Exemplum


An exemplum (Latin for "example", pl. exempla, exempli gratia = "for example", abbr.: e.g.) an example or model, especially a story told to illustrate a moral point.


This is a template for creating an example of good practice for modern Typescript full stack application. This Exemplum is based on T3 app

Technology used

Patterns

Domain logic and validation logic can be shared between the client and server. This common logic is stored in a features folder where code is grouped by domain feature not code type. As long as all the code stored in here are pure functions then its fine to share between client and server

About

An example full stack JS application using pragmatic clean architecture practices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published