Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
/ codexts Public archive

Example CRUD project applying Hexagonal Architecture, DDD, CQRS, BDD, CI, and more... in TypeScript

License

Notifications You must be signed in to change notification settings

bastean/codexts

Repository files navigation


logo readme

Example CRUD project applying Hexagonal Architecture, Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Behavior-Driven Development (BDD), Continuous Integration (CI), and more... in TypeScript


license MIT commitizen friendly release it code style airbnb code style prettier

ci workflow release workflow github release

Run

Install required

Locally

  • HTTPS

    git clone https://github.com/bastean/codexts.git && cd codexts && docker compose --env-file .env.example up
  • SSH

    git clone git@github.com:bastean/codexts.git && cd codexts && docker compose --env-file .env.example up

Dev Container

  • HTTPS

    git clone https://github.com/bastean/codexts.git && cd codexts && code .
  • SSH

    git clone git@github.com:bastean/codexts.git && cd codexts && code .

Reopen in Container

npm start

Screenshots

License

About

Example CRUD project applying Hexagonal Architecture, DDD, CQRS, BDD, CI, and more... in TypeScript

Topics

Resources

License

Stars

Watchers

Forks